diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c1bbdc..14211a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.38.2] - 2024-09-04 +### Fixed + +- Add additional refund reason types. + ## [2.38.1] - 2024-08-26 ### Fixed - Fixed the idempotency source URL ID pattern matcher to support the updated resource ID format. (thank you @AntoineDuComptoirDesPharmacies ) diff --git a/build.gradle b/build.gradle index 77d38a3e..8a1af0ae 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ task javadocJar(type: Jar) { } group = 'com.mangopay' -version = '2.38.1' +version = '2.38.2' sourceCompatibility = '1.7' publishing { @@ -49,7 +49,7 @@ publishing { pom { groupId 'com.mangopay' artifactId 'mangopay2-java-sdk' - version '2.38.1' + version '2.38.2' from(components.java) diff --git a/src/main/resources/com/mangopay/core/mangopay.properties b/src/main/resources/com/mangopay/core/mangopay.properties index de18ca34..c582ccb5 100644 --- a/src/main/resources/com/mangopay/core/mangopay.properties +++ b/src/main/resources/com/mangopay/core/mangopay.properties @@ -1,2 +1,2 @@ #Mon Aug 26 15:10:34 EEST 2024 -version=2.38.1 +version=2.38.2