diff --git a/CHANGELOG.md b/CHANGELOG.md index c70fc140..a9b90277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.19.0] - 2021-10-20 +## Added + +You can now change the status to "ENDED" for a recurring payment. + +## Fixed + +- "Status" is now available in the response when you request a recurring payment registration. + ## [2.18.0] - 2021-10-14 ## Fixed diff --git a/README.md b/README.md index f9f36732..9ae12abe 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { } dependencies { - compile 'com.mangopay:mangopay2-java-sdk:2.18.0' + compile 'com.mangopay:mangopay2-java-sdk:2.19.0' } ``` @@ -32,7 +32,7 @@ dependencies { com.mangopay mangopay2-java-sdk - 2.18.0 + 2.19.0 ``` diff --git a/build.gradle b/build.gradle index 860cf61e..0410e683 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ task javadocJar(type: Jar) { } group = 'com.mangopay' -version = '2.18.0' +version = '2.19.0' sourceCompatibility = '1.7' publishing { @@ -49,7 +49,7 @@ publishing { pom { groupId 'com.mangopay' artifactId 'mangopay2-java-sdk' - version '2.18.0' + version '2.19.0' from(components.java) diff --git a/src/main/resources/com/mangopay/core/mangopay.properties b/src/main/resources/com/mangopay/core/mangopay.properties index c331a6db..3ace5d9f 100644 --- a/src/main/resources/com/mangopay/core/mangopay.properties +++ b/src/main/resources/com/mangopay/core/mangopay.properties @@ -1,2 +1,2 @@ -#Mon Oct 18 20:54:26 EEST 2021 -version=2.18.0 +#Wed Oct 20 17:18:11 EEST 2021 +version=2.19.0