Skip to content

Commit

Permalink
Version bump to 2.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Silviana Ghita committed Nov 9, 2023
1 parent 7d17289 commit 9e0f49f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.32.1] - 2023-11-09
### Added

It's now possible to specify an amount for DebitedFunds and Fees when you create a refund with `getPayInApi().createRefund()`.

## [2.32.0] - 2023-11-02
### Updated
- Giropay and Ideal integrations with Mangopay have been improved.
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.32.0'
version = '2.32.1'
sourceCompatibility = '1.7'

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

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 Nov 03 17:19:10 EET 2023
version=2.32.0
version=2.32.1

0 comments on commit 9e0f49f

Please sign in to comment.