Commit 51b7c13 Iulian Masar
committed
1 parent 7a70e80 commit 51b7c13 Copy full SHA for 51b7c13
File tree 3 files changed +10
-4
lines changed
src/main/resources/com/mangopay/core
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.44.3] - 2025-02-28
2
+
3
+ ### Fixed
4
+
5
+ Added missing timeout config for doRequestList()
6
+
1
7
## [ 2.44.2] - 2025-02-26
2
8
3
9
### Fixed
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.44.2 '
43
+ version = ' 2.44.3 '
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.44.2 '
52
+ version ' 2.44.3 '
53
53
54
54
from(components. java)
55
55
Original file line number Diff line number Diff line change 1
- # Tue Feb 11 15:58:27 EET 2025
2
- version =2.44.1
1
+ # Fri Feb 28 13:36:08 EET 2025
2
+ version =2.44.3
You can’t perform that action at this time.
0 commit comments