Commit 588bf62 Iulian Masar
committed
1 parent a43b93e commit 588bf62 Copy full SHA for 588bf62
File tree 3 files changed +8
-4
lines changed
src/main/resources/com/mangopay/core
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
5
## [ 2.38.0] - 2024-08-07
2
6
### Added
3
7
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ task javadocJar(type: Jar) {
40
40
}
41
41
42
42
group = ' com.mangopay'
43
- version = ' 2.38.0 '
43
+ version = ' 2.38.1 '
44
44
sourceCompatibility = ' 1.7'
45
45
46
46
publishing {
@@ -49,7 +49,7 @@ publishing {
49
49
pom {
50
50
groupId ' com.mangopay'
51
51
artifactId ' mangopay2-java-sdk'
52
- version ' 2.38.0 '
52
+ version ' 2.38.1 '
53
53
54
54
from(components. java)
55
55
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments