Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxmattei committed Jan 10, 2025
1 parent 228fa15 commit aa7521e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
## [3.20.0] - 2024-12-17
## [3.21.0] - 2025-01-10
### 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

Added all relevant `EVENT_TYPE_CHOICES`:

- `VIRTUAL_ACCOUNT_ACTIVE`
- `VIRTUAL_ACCOUNT_BLOCKED`
- `VIRTUAL_ACCOUNT_CLOSED`
- `VIRTUAL_ACCOUNT_FAILED`


### Added

- New `PaymentRef` parameter for [Payouts](https://docs.mangopay.com/api-reference/payouts/payout-object#the-payout-object)
Expand Down
6 changes: 3 additions & 3 deletions MangoPay.SDK/MangoPay.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Copyright>Copyright © 2022</Copyright>
<Description>.Net 6.0 for access to MANGOPAY API v2</Description>
<Authors>MangoPay</Authors>
<Version>3.20.0</Version>
<AssemblyVersion>3.20.0.0</AssemblyVersion>
<FileVersion>3.20.0.0</FileVersion>
<Version>3.21.0</Version>
<AssemblyVersion>3.21.0.0</AssemblyVersion>
<FileVersion>3.21.0.0</FileVersion>
<PackageId>mangopay2-sdk</PackageId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">
Expand Down

0 comments on commit aa7521e

Please sign in to comment.