diff --git a/CHANGELOG.md b/CHANGELOG.md index 464530ab..88e5e462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.2] - 2020-09-25 +- New endpoint to support changes to Card Validation process (please listen out for product announcements) +- New RemainingFunds Parameters (Complete feature not fully activated, please listen for product announcements) +- Fix to PayInWebExtendedView + ## [3.1.1] - 2020-08-28 - As part of KYC improvements, we are adding an OUT_OF_DATE status for KYC documents - New MultiCapture Parameter added to Preauthorization object (Complete feature not fully activated, please listen for product announcements) diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index eda3d277..fecf7f91 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -10,7 +10,7 @@ */ class RestTool { - const VERSION = '3.1.1'; + const VERSION = '3.1.2'; /** * Root/parent instance that holds the OAuthToken and Configuration instance