diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f3f95..ecf84af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.34.2] - 2024-07-25 +### Added +- New parameter SecureModeRedirectURL for [Google Pay PayIn](https://mangopay.com/docs/endpoints/google-pay#google-pay-payin-object) +- New parameters StatementDescriptor for [Refund](https://mangopay.com/docs/endpoints/refunds#refund-object) + ## [3.34.1] - 2024-06-12 ### Added diff --git a/setup.py b/setup.py index 1f42ce3..33526c7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='mangopaysdk', - version='3.34.1', + version='3.34.2', 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',