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