Skip to content

Commit 588bf62

Browse files
author
Iulian Masar
committed
version bump 2.38.1
1 parent a43b93e commit 588bf62

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.38.1] - 2024-08-26
2+
### Fixed
3+
- Fixed the idempotency source URL ID pattern matcher to support the updated resource ID format. (thank you @AntoineDuComptoirDesPharmacies )
4+
15
## [2.38.0] - 2024-08-07
26
### Added
37

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ task javadocJar(type: Jar) {
4040
}
4141

4242
group = 'com.mangopay'
43-
version = '2.38.0'
43+
version = '2.38.1'
4444
sourceCompatibility = '1.7'
4545

4646
publishing {
@@ -49,7 +49,7 @@ publishing {
4949
pom {
5050
groupId 'com.mangopay'
5151
artifactId 'mangopay2-java-sdk'
52-
version '2.38.0'
52+
version '2.38.1'
5353

5454
from(components.java)
5555

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Wed Aug 07 11:29:53 EEST 2024
2-
version=2.38.0
1+
#Mon Aug 26 15:10:34 EEST 2024
2+
version=2.38.1

0 commit comments

Comments
 (0)