From df151ed1c2a57b4b60b92225a19c7afd14d2b217 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Wed, 21 Jun 2023 09:47:32 +0300 Subject: [PATCH] version bump 3.20.0 --- CHANGELOG.md | 5 +++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3e4c88..02cc64cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.20.0] - 2023-06-21 +### Added + +- MB WAY is now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions. + ## [3.19.0] - 2023-03-17 ### Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 3d0a0a2f..43cd628e 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.19.0'; + const VERSION = '3.20.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance