diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab5848..8cfd0b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [3.34.0] - 2024-05-31 +### Fixed + +- Usage of filters with `ReportTransactions` and the `create()` method +- BIC is not required for iDeal + +### Added + +- New endpoint [Add tracking to Paypal payin](https://mangopay.com/docs/endpoints/paypal#add-tracking-paypal-payin) +- New parameter `SecureMode` for [Create card validation](https://mangopay.com/docs/endpoints/card-validations#create-card-validation) +- New parameters for Paypal mean of payment : `CancelURL` & `Category` (sub-parameter of `LineItems`). And management of `PaypalPayerID`, `BuyerCountry`, `BuyerFirstname`, `BuyerLastname`, `BuyerPhone`, `PaypalOrderID` in the response. +- New parameter `PaymentCategory` for [Create card validation](https://mangopay.com/docs/endpoints/card-validations#create-card-validation) and two additional endpoints [More info](https://mangopay.com/docs/release-notes/kivu) + ## [3.33.2] - 2024-05-24 ### Added diff --git a/setup.py b/setup.py index 881e563..805a8a3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='mangopaysdk', - version='3.33.2', + version='3.34.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',