<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
Breaking Changes 🛠
* BalancePlatform Configuration API:
* `PINFunctionalityApi` has been renamed to `ManageCardPINApi`. Methods in the class have been also renamed.
* Update all services by AdyenAutomationBot in https://github.com/Adyen/adyen-python-api-library/pull/293
New Features 💎
* BalancePlatform Configuration API:
* In `payment_instruments_api.py` add methods `get_all_transfers` and `get_transfer`
* Transfers API:
* In `transfers_api.py` add `reveal_data_of_payment_instrument`
* BinLookup API:
* Support [BIN lookup API v54](https://docs.adyen.com/api-explorer/BinLookup/54/overview)
Other Changes 🖇️
* Update README.md binlookup version v54 by Aleffio in https://github.com/Adyen/adyen-python-api-library/pull/294