Skip to content

Commit 6c9b625

Browse files
author
Iulian Masar
committed
version bump 3.32.2
1 parent bb1e622 commit 6c9b625

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.32.2] - 2024-11-28
2+
### Updated
3+
4+
Added all relevant `EVENT_TYPE_CHOICES` for virtual accounts:
5+
6+
- `VIRTUAL_ACCOUNT_ACTIVE`
7+
- `VIRTUAL_ACCOUNT_BLOCKED`
8+
- `VIRTUAL_ACCOUNT_CLOSED`
9+
- `VIRTUAL_ACCOUNT_FAILED`
10+
111
## [3.32.1] - 2024-11-12
212
### Fixed
313

MangoPay/Libraries/RestTool.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class RestTool
1313
{
14-
const VERSION = '3.32.1';
14+
const VERSION = '3.32.2';
1515

1616
/**
1717
* Root/parent instance that holds the OAuthToken and Configuration instance

0 commit comments

Comments
 (0)