diff --git a/CHANGELOG.md b/CHANGELOG.md index f223cf6..c7058b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.27.2] - 2023-07-28 +### Fixed + +CIT/MIT should not set secure_mode #332 + ## [3.27.1] - 2023-06-21 ### Fixed diff --git a/setup.py b/setup.py index f041b98..d8edc7a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='mangopaysdk', - version='3.27.1', + version='3.27.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',