Skip to content

Commit

Permalink
Version Bump 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed Oct 20, 2021
1 parent 0d8880c commit 31ceb42
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ repositories {
}
dependencies {
compile 'com.mangopay:mangopay2-java-sdk:2.18.0'
compile 'com.mangopay:mangopay2-java-sdk:2.19.0'
}
```

```xml
<dependency>
<groupId>com.mangopay</groupId>
<artifactId>mangopay2-java-sdk</artifactId>
<version>2.18.0</version>
<version>2.19.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ task javadocJar(type: Jar) {
}

group = 'com.mangopay'
version = '2.18.0'
version = '2.19.0'
sourceCompatibility = '1.7'

publishing {
Expand All @@ -49,7 +49,7 @@ publishing {
pom {
groupId 'com.mangopay'
artifactId 'mangopay2-java-sdk'
version '2.18.0'
version '2.19.0'

from(components.java)

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/com/mangopay/core/mangopay.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 31ceb42

Please sign in to comment.