Skip to content

Commit 101b014

Browse files
author
Iulian Masar
committed
version bump 3.32.0
1 parent d993774 commit 101b014

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.32.0] - 2024-02-12
2+
### Added
3+
4+
- New endpoint to look up metadata from BIN or Google Pay token. More information [here](https://mangopay.com/docs/release-notes/kisale)
5+
- [Get a card validation endpoint](https://mangopay.com/docs/endpoints/card-validations#view-card-validation)
6+
7+
### Fixed
8+
9+
- Resolved an issue in our Python SDK where certain events were unable to process string-based IDs
10+
111
## [3.31.0] - 2023-12-22
212
### Added
313

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='mangopaysdk',
12-
version='3.31.0',
12+
version='3.32.0',
1313
description='A client library written in python to work with mangopay v2 api',
1414
long_description='This SDK is a client library for interacting with the Mangopay API.',
1515
url='https://github.com/Mangopay/mangopay2-python-sdk',

0 commit comments

Comments
 (0)