diff --git a/CHANGELOG.md b/CHANGELOG.md index 957d5d34..0682e98e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## [Unreleased] + +## [2.13.0] ### Added - ApplePay `Payin` functions are now available. More info about activation to come in the following weeks... +- `UBODeclaration` can be retrieved only with its ID thanks to new `GetById`function +- `COUNTERFEIT_PRODUCT` added as a new `DisputeReasonType` +- `GetEMoney` function has been fixed due to too many mandatory parameters. ## [2.12.2] - 2019-09-11 ### Changed diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index e9cdd8f5..770f3146 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -10,7 +10,7 @@ */ class RestTool { - const VERSION = '2.12.2'; + const VERSION = '2.13.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance