Skip to content

Commit

Permalink
version bump 2.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iulian03 committed Feb 6, 2024
1 parent 879235c commit 435be48
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.35.0] - 2024-02-06
### 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)

### Fixed
- `setCardApi` is now `public` in `com.mangopay.MangoPayApi` #316

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

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ task javadocJar(type: Jar) {
}

group = 'com.mangopay'
version = '2.34.0'
version = '2.35.0'
sourceCompatibility = '1.7'

publishing {
Expand All @@ -49,7 +49,7 @@ publishing {
pom {
groupId 'com.mangopay'
artifactId 'mangopay2-java-sdk'
version '2.34.0'
version '2.35.0'

from(components.java)

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/com/mangopay/core/mangopay.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Thu Jan 25 22:05:17 EET 2024
version=2.34.0
version=2.35.0

0 comments on commit 435be48

Please sign in to comment.