Skip to content

Commit a3f84fb

Browse files
committed
Version Bump 2.9.0
1 parent e551003 commit a3f84fb

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.9.0] - 2021.10.20
2+
## Added
3+
4+
You can now change the status to "ENDED" for a recurring payment.
5+
6+
## Fixed
7+
8+
- "Status" is now available in the response when you request a recurring payment registration.
9+
110
## [2.8.0] - 2021.10.11
211
## Added
312

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.8.0</Version>
10-
<AssemblyVersion>2.8.0.0</AssemblyVersion>
11-
<FileVersion>2.8.0.0</FileVersion>
9+
<Version>2.9.0</Version>
10+
<AssemblyVersion>2.9.0.0</AssemblyVersion>
11+
<FileVersion>2.9.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)