Skip to content

Commit

Permalink
version bump 2.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iulian03 committed Aug 26, 2024
1 parent a43b93e commit 588bf62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [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 )

## [2.38.0] - 2024-08-07
### 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.38.0'
version = '2.38.1'
sourceCompatibility = '1.7'

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

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 @@
#Wed Aug 07 11:29:53 EEST 2024
version=2.38.0
#Mon Aug 26 15:10:34 EEST 2024
version=2.38.1

0 comments on commit 588bf62

Please sign in to comment.