From dfa753e5852d3210d65a7e5383ee4ad0c62d4252 Mon Sep 17 00:00:00 2001 From: SoloJr Date: Tue, 10 Aug 2021 17:21:51 +0300 Subject: [PATCH] Version Bump 3.7.1 --- CHANGELOG.md | 9 ++++++++- MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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