diff --git a/CHANGELOG.md b/CHANGELOG.md index c51b3186..2974d147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.44.3] - 2025-02-28 + +### Fixed + +Added missing timeout config for doRequestList() + ## [2.44.2] - 2025-02-26 ### Fixed diff --git a/build.gradle b/build.gradle index 8e40b17c..57fa16fc 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ task javadocJar(type: Jar) { } group = 'com.mangopay' -version = '2.44.2' +version = '2.44.3' sourceCompatibility = '1.7' publishing { @@ -49,7 +49,7 @@ publishing { pom { groupId 'com.mangopay' artifactId 'mangopay2-java-sdk' - version '2.44.2' + version '2.44.3' from(components.java) diff --git a/src/main/resources/com/mangopay/core/mangopay.properties b/src/main/resources/com/mangopay/core/mangopay.properties index 46fc6f7f..873e1538 100644 --- a/src/main/resources/com/mangopay/core/mangopay.properties +++ b/src/main/resources/com/mangopay/core/mangopay.properties @@ -1,2 +1,2 @@ -#Tue Feb 11 15:58:27 EET 2025 -version=2.44.1 +#Fri Feb 28 13:36:08 EET 2025 +version=2.44.3