Skip to content

Commit d51c6b6

Browse files
author
Silviana Ghita
committed
Version bump to 3.31.0
1 parent f524063 commit d51c6b6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.31.0] - 2023-12-22
2+
### Added
3+
4+
- New `CardInfo` parameter returned on card transactions. More information [here](https://mangopay.com/docs/release-notes/chilka).
5+
- The IDEAL legacy implementation has been enhanced. You can now pass the `Bic`., and if provided, the API response will include the `BankName` parameter. More information [here](https://mangopay.com/docs/endpoints/web-card-payins#create-web-card-payin).
6+
17
## [3.30.1] - 2023-11-09
28
### Added
39

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.30.1',
12+
version='3.31.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)