diff --git a/CHANGELOG.md b/CHANGELOG.md index 8028ea3..7f25f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.33.0] - 2024-03-08 +### Fixed + +- Fixed incorrect spelling of the `Subtype` key in the `BinData` parameter. +- Conversions endpoint spelling + +### Added + +- The optional Fees parameter is now available on instant conversions, allowing platforms to charge users for FX services. More information [here](https://mangopay.com/docs/release-notes/millefeuille). +- Platforms can now use a quote to secure the rate for a conversion between two currencies for a set amount of time. More information [here](https://mangopay.com/docs/release-notes/millefeuille). +- Introduced the `uk_header_flag` boolean configuration key. Platforms partnered with Mangopay's UK entity should set this key to true for proper configuration. + ## [3.32.0] - 2024-02-12 ### Added diff --git a/setup.py b/setup.py index e320e47..63b5ae7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='mangopaysdk', - version='3.32.0', + version='3.33.0', description='A client library written in python to work with mangopay v2 api', long_description='This SDK is a client library for interacting with the Mangopay API.', url='https://github.com/Mangopay/mangopay2-python-sdk',