Skip to content

Commit d8d2bff

Browse files
committed
Version Bump 2.11.0
1 parent 8de50cc commit d8d2bff

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [2.11.0] - 2022.03.31
2+
### Added
3+
4+
#### Instant payment eligibility check
5+
6+
The destination bank reachability can now be verified prior to making an instant payout. This results in a better user experience, as this preliminary check will allow the platform to propose the instant payout option only to end users whose bank is eligible.
7+
8+
#### Instant payment mode only
9+
10+
Instant Payment requests can now be automatically cancelled when an issue is encountered (rather than falling back to the standard payout mode).
11+
12+
This is possible by using the new `INSTANT_PAYMENT_ONLY` option that has been added to the `PayoutModeRequested` parameter.
13+
14+
### Fixed
15+
16+
- `RefundReasonType` is now a string
17+
18+
119
## [2.10.0] - 2021.11.19
220
## Added
321

MangoPay.SDK/MangoPay.SDK.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Copyright>Copyright © 2020</Copyright>
77
<Description>.Net SDK and .NET Core SDK for access to MANGOPAY API v2</Description>
88
<Authors>MangoPay</Authors>
9-
<Version>2.10.0</Version>
10-
<AssemblyVersion>2.10.0.0</AssemblyVersion>
11-
<FileVersion>2.10.0.0</FileVersion>
9+
<Version>2.11.0</Version>
10+
<AssemblyVersion>2.11.0.0</AssemblyVersion>
11+
<FileVersion>2.11.0.0</FileVersion>
1212
<PackageId>mangopay2-sdk</PackageId>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">

0 commit comments

Comments
 (0)