From 1457e97ae3265fd543db36cf5e6b59b5c16cdeae Mon Sep 17 00:00:00 2001 From: SoloJr Date: Fri, 18 Mar 2022 17:27:59 +0200 Subject: [PATCH] Version Bump 3.11.0 --- CHANGELOG.md | 5 +++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313d7dcb..1cda7ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.11.0] - 2022-03-18 +## Fixed + +We are now compatible with psr/log 1 to psr/log 3. + ## [3.10.0] - 2021-11-19 ## Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index e5b01afd..c12af68a 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.10.0'; + const VERSION = '3.11.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance