From d214476131be81d1af05547bfbe2d192e90b621b Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Thu, 26 Jan 2023 11:56:55 +0200 Subject: [PATCH] version bump 3.18.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 7f0db129..441dad44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.18.1] - 2023-01-26 +### Fixed + +- Fix bug preventing access to authentication endpoint + ## [3.18.0] - 2023-01-12 ### Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 93540457..529c019d 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.18.0'; + const VERSION = '3.18.1'; /** * Root/parent instance that holds the OAuthToken and Configuration instance