Skip to content

Commit 150c190

Browse files
committed
Version Bump 2.7.1
1 parent c10857f commit 150c190

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
## [2.7.1] - 2021.08.05
2+
## Fixed
3+
4+
- Change `FallbackReason` parameter's type to object in PayOutBankWireDTO
5+
16
## [2.7.0] - 2021.07.29
7+
## Added
8+
29
- You can now update and view a Recurring PayIn Registration object. To know more about this feature, please consult the documentation [here](https://docs.mangopay.com/guide/recurring-payments-introduction).
310
- To improve recurring payments, we have added new parameters for CIT : DebitedFunds & Fees. To know more about this feature, please consult the documentation [here](https://docs.mangopay.com/endpoints/v2.01/payins#e1053_create-a-recurring-payin-cit)
411

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.7.0</Version>
10-
<AssemblyVersion>2.7.0.0</AssemblyVersion>
11-
<FileVersion>2.7.0.0</FileVersion>
9+
<Version>2.7.1</Version>
10+
<AssemblyVersion>2.7.1.0</AssemblyVersion>
11+
<FileVersion>2.7.1.0</FileVersion>
1212
<PackageId>mangopay2-sdk</PackageId>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">

0 commit comments

Comments
 (0)