diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b3e421..1cca3801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.14.1] - 2022-05-23 +### Fixed + +Implementation of UserCategory has been simplified + + ## [3.14.0] - 2022-05-20 ### Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index e9afc811..370afe8f 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.14.0'; + const VERSION = '3.14.1'; /** * Root/parent instance that holds the OAuthToken and Configuration instance