From 6c9b625986ff0fd359e90f9947d2c837ddb6ecb3 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Thu, 28 Nov 2024 14:03:13 +0200 Subject: [PATCH] version bump 3.32.2 --- CHANGELOG.md | 10 ++++++++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c554252..c1f1161b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.32.2] - 2024-11-28 +### Updated + +Added all relevant `EVENT_TYPE_CHOICES` for virtual accounts: + +- `VIRTUAL_ACCOUNT_ACTIVE` +- `VIRTUAL_ACCOUNT_BLOCKED` +- `VIRTUAL_ACCOUNT_CLOSED` +- `VIRTUAL_ACCOUNT_FAILED` + ## [3.32.1] - 2024-11-12 ### Fixed diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 009859df..25e7ea7d 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.32.1'; + const VERSION = '3.32.2'; /** * Root/parent instance that holds the OAuthToken and Configuration instance