Skip to content

Commit

Permalink
Version bump to 2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Silviana Ghita committed Sep 29, 2023
1 parent d9c310a commit d3b3eab
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.31.0] - 2023-09-29
### Added

- Multibanco, Satispay, Blik, Klarna are now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.
- Card validation endpoint is now available (Private beta)
- A new parameter for Paypal : ShippingPreference
- Instantly convert funds between 2 wallets of different currencies owned by the same user with the new SPOT FX endpoints

### Updated

- Google Pay integration with Mangopay has been improved. This payment method is in private beta. Please contact support if you have any questions.

### Fixed

- MBWay & PayPal are now using Web Execution Type.

## [2.30.0] - 2023-07-28
### Added

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.30.0'
version = '2.31.0'
sourceCompatibility = '1.7'

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

from(components.java)

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/com/mangopay/core/mangopay.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Fri Sep 29 15:15:35 EEST 2023
version=2.30.0
version=2.31.0

0 comments on commit d3b3eab

Please sign in to comment.