From d3593693fab9a6036a92561f2f49606a4c027f9b Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Fri, 12 Apr 2024 12:45:11 +0300 Subject: [PATCH] version bump 3.29.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 5af5e493..c7f1bc66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.29.1] - 2024-04-12 +### Fixed + +- #637 Reset DebugMode to false by default + ## [3.29.0] - 2024-04-02 ### Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 2e9cf0e4..fac1c5bb 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.29.0'; + const VERSION = '3.29.1'; /** * Root/parent instance that holds the OAuthToken and Configuration instance