Commit e126189 Iulian Masar
committed
1 parent 9027116 commit e126189 Copy full SHA for e126189
File tree 3 files changed +18
-4
lines changed
src/main/resources/com/mangopay/core
3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
15
## [ 2.44.3] - 2025-02-28
2
16
3
17
### 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.3 '
43
+ version = ' 2.45.0 '
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.3 '
52
+ version ' 2.45.0 '
53
53
54
54
from(components. java)
55
55
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments