From 29ec2c4ccc7227be5e24edf9210c2c2ca95c90a6 Mon Sep 17 00:00:00 2001 From: Silviana Ghita Date: Fri, 29 Sep 2023 10:48:30 +0300 Subject: [PATCH] Version bump to 3.23.0 --- CHANGELOG.md | 4 ++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc95a219..5d5a2d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.23.0] - 2023-09-29 +### Added +- Instantly convert funds between 2 wallets of different currencies owned by the same user with the new SPOT FX endpoints + ## [3.22.1] - 2023-09-15 ### Fixed diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 4272741b..a8fb9705 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.22.1'; + const VERSION = '3.23.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance