Skip to content

Commit

Permalink
version bump 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Dec 20, 2022
1 parent 5baabe9 commit db4ecf0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [2.26.0] - 2022-12-20
### Added

#### New 30-day preauthorization feature

Preauthorizations can now hold funds for up to 30 days, therefore ensuring the solvency of a registered card for the same amount of time.

- The **DepositApi** service has been added with methods for creating, fetching and canceling a deposit
- The **Deposit** entity has been created
- The **createCardPreAuthorizedDepositPayIn** method has been added to the PayIn service

Thanks to 30-day preauthorizations, MANGOPAY can provide a simpler and more flexible payment experience for a wide range of use cases, especially for rentals.

#### New behavior when MANGOPAY API is down

- Instead of NPE when the API is down, a custom Exception has been added

## [2.25.2] - 2022-10-14
### Fixed

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.25.2'
version = '2.26.0'
sourceCompatibility = '1.7'

publishing {
Expand All @@ -49,7 +49,7 @@ publishing {
pom {
groupId 'com.mangopay'
artifactId 'mangopay2-java-sdk'
version '2.25.2'
version '2.26.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 @@
#Thu Oct 14 09:14:40 EEST 2022
version=2.25.2
#Tue Dec 20 18:39:43 EET 2022
version=2.26.0

0 comments on commit db4ecf0

Please sign in to comment.