From 3eb1f3c0ca56b7e4f1c5491c43c5f2269573426b Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Wed, 30 Oct 2024 20:10:21 +0200 Subject: [PATCH] version bump 3.32.0 --- CHANGELOG.md | 10 ++++++++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f4349e..009b50f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.32.0] - 2024-10-30 +### Added + +New endpoints for The Virtual Account object: +- [Create a Virtual Account]() +- [Deactivate a Virtual Account]() +- [View a Virtual Account]() +- [List Virtual Accounts for a Wallet]() +- [View Client Availabilities]() + ## [3.31.0] - 2024-07-30 ### Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 2d4ebc66..e811ef47 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.31.0'; + const VERSION = '3.32.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance