Skip to content

Commit 076ddf0

Browse files
author
Iulian Masar
committed
version bump 2.44.1
1 parent ad4c869 commit 076ddf0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## [2.44.0] - 2025-02-10
28

39
### Added

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.44.0'
43+
version = '2.44.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.44.0'
52+
version '2.44.1'
5353

5454
from(components.java)
5555

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

0 commit comments

Comments
 (0)