diff --git a/CHANGELOG.md b/CHANGELOG.md index 287c69e8..77ac8bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.32.1] - 2023-11-09 +### Added + +It's now possible to specify an amount for DebitedFunds and Fees when you create a refund with `getPayInApi().createRefund()`. + ## [2.32.0] - 2023-11-02 ### Updated - Giropay and Ideal integrations with Mangopay have been improved. diff --git a/build.gradle b/build.gradle index 1f2f9710..c32d8504 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ task javadocJar(type: Jar) { } group = 'com.mangopay' -version = '2.32.0' +version = '2.32.1' sourceCompatibility = '1.7' publishing { @@ -49,7 +49,7 @@ publishing { pom { groupId 'com.mangopay' artifactId 'mangopay2-java-sdk' - version '2.32.0' + version '2.32.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 46e7f0b8..bf05f9be 100644 --- a/src/main/resources/com/mangopay/core/mangopay.properties +++ b/src/main/resources/com/mangopay/core/mangopay.properties @@ -1,2 +1,2 @@ #Fri Nov 03 17:19:10 EET 2023 -version=2.32.0 +version=2.32.1