diff --git a/CHANGELOG.md b/CHANGELOG.md index f608b597..e6a10895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ## [Unreleased] + +## [2.13.2] +### Added +- Mandate Status `EXPIRED` and EventType `MANDATE_EXPIRED` have been added. + ## [2.13.1] ### Fixed - Deprecated syntax on RestTool.php file for PHP 7.4 version. diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 4000b205..f10ea1b7 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -10,7 +10,7 @@ */ class RestTool { - const VERSION = '2.13.0'; + const VERSION = '2.13.2'; /** * Root/parent instance that holds the OAuthToken and Configuration instance