diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e32acc2..a64e64b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.16.1] - 2022-10-18 +### Fixed + +Tests have been fixed due to API updates + ## [3.16.0] - 2022-09-07 ##Added **New country authorizations endpoints** diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index e2a01001..6a386a37 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.16.0'; + const VERSION = '3.16.1'; /** * Root/parent instance that holds the OAuthToken and Configuration instance