diff --git a/CHANGELOG.md b/CHANGELOG.md index 0747198d..05d98848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.17.0] - 2022-11-15 +### Added + +#### New 30-day preauthorization feature + +Preauthorizations can now hold funds for up to 30 days, therefore ensuring the solvency of a registered card for the same amount of time. + +- The **ApiDeposits** class has been added with methods for creating, fetching and canceling a deposit +- The **CreateCardPreAuthorizedDepositPayIn()** method has been added to the ApiPayIns class + +Thanks to 30-day preauthorizations, MANGOPAY can provide a simpler and more flexible payment experience for a wide range of use cases, especially for rentals. + ## [3.16.2] - 2022-10-26 ### Fixed diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index a0495915..e69bc81b 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.16.2'; + const VERSION = '3.17.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance