Skip to content

Commit

Permalink
version bump 2.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iulian03 committed Sep 4, 2024
1 parent ae39d8f commit 0706a7b
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.38.2] - 2024-09-04
### Fixed

- Add additional refund reason types.

## [2.38.1] - 2024-08-26
### Fixed
- Fixed the idempotency source URL ID pattern matcher to support the updated resource ID format. (thank you @AntoineDuComptoirDesPharmacies )
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.38.1'
version = '2.38.2'
sourceCompatibility = '1.7'

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

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 @@
#Mon Aug 26 15:10:34 EEST 2024
version=2.38.1
version=2.38.2

0 comments on commit 0706a7b

Please sign in to comment.