Skip to content

Commit e126189

Browse files
author
Iulian Masar
committed
version bump 2.45.0
1 parent 9027116 commit e126189

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.45.0] - 2025-03-07
2+
3+
### Added
4+
5+
New endpoint for [strong customer authentication (SCA)](https://docs.mangopay.com/guides/users/sca) on Owner users:
6+
7+
- [POST Enroll a User in SCA](https://docs.mangopay.com/api-reference/users/enroll-user)
8+
9+
### Added
10+
11+
New endpoint for Payconiq:
12+
13+
- [POST Create a Payconiq PayIn](https://docs.mangopay.com/api-reference/payconiq/create-payconiq-payin)
14+
115
## [2.44.3] - 2025-02-28
216

317
### Fixed

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.3'
43+
version = '2.45.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.44.3'
52+
version '2.45.0'
5353

5454
from(components.java)
5555

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Fri Feb 28 13:36:08 EET 2025
2-
version=2.44.3
1+
#Fri Mar 07 14:06:27 EET 2025
2+
version=2.45.0

0 commit comments

Comments
 (0)