From 0eb5ffab1e478f6de545f774e0104eea5221b915 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Fri, 16 Feb 2024 11:17:43 +0200 Subject: [PATCH] version bump 2.35.1 --- CHANGELOG.md | 5 +++++ build.gradle | 4 ++-- src/main/resources/com/mangopay/core/mangopay.properties | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e11cf7d5..6f1720ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.35.1] - 2024-02-16 +### Fixed + +- Naming of Get card validation endpoint switch to : getCardValidation() + ## [2.35.0] - 2024-02-06 ### Added diff --git a/build.gradle b/build.gradle index 34698dac..843346e1 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ task javadocJar(type: Jar) { } group = 'com.mangopay' -version = '2.35.0' +version = '2.35.1' sourceCompatibility = '1.7' publishing { @@ -49,7 +49,7 @@ publishing { pom { groupId 'com.mangopay' artifactId 'mangopay2-java-sdk' - version '2.35.0' + version '2.35.1' from(components.java) diff --git a/src/main/resources/com/mangopay/core/mangopay.properties b/src/main/resources/com/mangopay/core/mangopay.properties index 9c521d69..94461a13 100644 --- a/src/main/resources/com/mangopay/core/mangopay.properties +++ b/src/main/resources/com/mangopay/core/mangopay.properties @@ -1,2 +1,2 @@ -#Thu Jan 25 22:05:17 EET 2024 -version=2.35.0 +#Fri Feb 16 11:11:37 EET 2024 +version=2.35.1