Skip to content

Commit

Permalink
version bump 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Feb 10, 2025
1 parent 20c9f69 commit 0e59176
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.22.0] - 2025-02-10
### Added
New endpoints for [SWISH PayIn](https://docs.mangopay.com/api-reference/swish/swish-payin-object) object:

- [Create a SWISH PayIn](https://docs.mangopay.com/api-reference/swish/create-swish-payin)
- [View a PayIn (SWISH)](https://docs.mangopay.com/api-reference/swish/view-payin-swish)

### Fixed

Added a custom deserializer to support the `CardInfo.Type` naming change from `CHARDE_CARD` to `CHARGE CARD`.
## [3.21.4] - 2025-02-05
### Updated

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.21.4</Version>
<AssemblyVersion>3.21.4.0</AssemblyVersion>
<FileVersion>3.21.4.0</FileVersion>
<Version>3.22.0</Version>
<AssemblyVersion>3.22.0.0</AssemblyVersion>
<FileVersion>3.22.0.0</FileVersion>
<PackageId>mangopay2-sdk</PackageId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">
Expand Down

0 comments on commit 0e59176

Please sign in to comment.