Skip to content

Commit 1445978

Browse files
author
Iulian Masar
committed
version bump 2.44.0
1 parent 9a14f99 commit 1445978

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [2.44.0] - 2025-02-10
2+
3+
### Added
4+
5+
New endpoints for [TWINT PayIn](https://docs.mangopay.com/api-reference/twint/twint-payin-object) object:
6+
7+
- [Create a TWINT PayIn](https://docs.mangopay.com/api-reference/twint/create-twint-payin)
8+
- [View a PayIn (TWINT)](https://docs.mangopay.com/api-reference/twint/view-payin-twint)
9+
10+
### Updated
11+
12+
- Removed the `Reference` parameter from the [Refund](https://docs.mangopay.com/api-reference/refunds/refund-object)
13+
object.
14+
- Added additional tests for transaction retrieval.
15+
116
## [2.43.0] - 2025-02-07
217

318
### 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.43.0'
43+
version = '2.44.0'
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.43.0'
52+
version '2.44.0'
5353

5454
from(components.java)
5555

0 commit comments

Comments
 (0)