diff --git a/CHANGELOG.md b/CHANGELOG.md index f8360b2..dcb911b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.35.0] - 2024-08-13 +### Added +- New endpoint: [Create a Bancontact PayIn](https://mangopay.com/docs/endpoints/bancontact#create-bancontact-payin) + ## [3.34.3] - 2024-08-09 ### Fixed diff --git a/setup.py b/setup.py index 551a213..1c9f9c8 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='mangopaysdk', - version='3.34.3', + version='3.35.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',