We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097e700 commit 39e017aCopy full SHA for 39e017a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.40.1] - 2025-03-19
2
+### Changed
3
+- User-Agent Header value standardized on format: User-Agent: Mangopay-SDK/`SDKVersion` (`Language`/`LanguageVersion`)
4
+
5
+### Fixed
6
+- Fixed tests for categorize SCA users endpoint
7
8
## [3.40.0] - 2025-03-19
9
### Added
10
setup.py
@@ -10,7 +10,7 @@
11
setup(
12
name='mangopaysdk',
13
- version='3.40.0',
+ version='3.40.1',
14
description='A client library written in python to work with mangopay v2 api',
15
long_description='This SDK is a client library for interacting with the Mangopay API.',
16
url='https://github.com/Mangopay/mangopay2-python-sdk',
0 commit comments