Skip to content

Commit

Permalink
version bump 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Feb 13, 2024
1 parent 903c2b1 commit 7b431ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.16.0] - 2024-02-13
### Added

- New endpoint to look up metadata from BIN or Google Pay token. More information [here](https://mangopay.com/docs/release-notes/kisale)
- [Get a card validation endpoint](https://mangopay.com/docs/endpoints/card-validations#view-card-validation)

## [3.15.0] - 2023-12-22
### Added

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

0 comments on commit 7b431ec

Please sign in to comment.