Skip to content

Commit

Permalink
Version bump to 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Silviana Ghita committed Sep 20, 2023
1 parent e12c25a commit e35894f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [3.11.0] - 2023-09-20
### Added

- Multibanco, Satispay, Blik, Klarna are now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.
- Card validation endpoint is now available (Private beta)
- A new parameter for Paypal : ShippingPreference

### Updated

- Google Pay integration with Mangopay has been improved. This payment method is in private beta. Please contact support if you have any questions.

### Fixed

- MBWay & PayPal are now using Web Execution Type.

## [3.10.1] - 2023-08-29
### Fixed

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

0 comments on commit e35894f

Please sign in to comment.