diff --git a/CHANGELOG.md b/CHANGELOG.md index d81bce37..ec18f4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ -## [3.7.0] - 2021-08-10 +## [3.7.1] - 2021-08-10 ## Fixed +- Better support of more PHPUnit versions - Cleanup the vendor bundle, to reduce the size of the SDK + +Thanks williamdes for your help + +## [3.7.0] - 2021-08-10 +## Fixed + - ChargeDate has been added for PayInPaymentDetailsDirectDebit - Change `FallbackReason` parameter's type to object in PayOutPaymentDetailsBankWire diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index c9af4123..0cf43a21 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.7.0'; + const VERSION = '3.7.1'; /** * Root/parent instance that holds the OAuthToken and Configuration instance