From b741f2788f4baebe8b64dd96ebc28dafb00abeb9 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Tue, 18 Oct 2022 14:49:52 +0300 Subject: [PATCH] version bump 3.16.1 --- CHANGELOG.md | 5 +++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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