Commit 076ddf0 Iulian Masar
committed
1 parent ad4c869 commit 076ddf0 Copy full SHA for 076ddf0
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.1] - 2025-02-11
2
+
3
+ ### Fixed
4
+
5
+ Added a custom deserializer to support the ` CardInfo.Type ` naming change from ` CHARDE_CARD ` to ` CHARGE CARD ` .
6
+
1
7
## [ 2.44.0] - 2025-02-10
2
8
3
9
### Added
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.0 '
43
+ version = ' 2.44.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.44.0 '
52
+ version ' 2.44.1 '
53
53
54
54
from(components. java)
55
55
Original file line number Diff line number Diff line change 1
- # Thu Jan 23 13:04:58 EET 2025
2
- version =2.42 .1
1
+ # Tue Feb 11 15:58:27 EET 2025
2
+ version =2.44 .1
You can’t perform that action at this time.
0 commit comments