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