Commit 79e2cc0 Iulian Masar
committed
1 parent bd67e52 commit 79e2cc0 Copy full SHA for 79e2cc0
File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.43.0] - 2025-02-07
2
+
3
+ ### Added
4
+
5
+ New endpoints
6
+ for [ hosted Identity Verification] ( https://docs.mangopay.com/guides/users/verification/hosted#guide-to-hosted-identity-verification ) :
7
+
8
+ - [ Create a hosted Identity Verification Session] ( https://docs.mangopay.com/guides/users/verification/hosted#post-create-a-hosted-identity-verification-session )
9
+ - [ View an Identity Verification Session] ( https://docs.mangopay.com/guides/users/verification/hosted#get-view-an-identity-verification-session )
10
+ - [ View an Identity Verification Checks] ( https://docs.mangopay.com/guides/users/verification/hosted#get-view-identity-verification-checks )
11
+
1
12
## [ 2.42.2] - 2025-02-04
2
13
3
14
### Updated
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.42.2 '
43
+ version = ' 2.43.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.42.2 '
52
+ version ' 2.43.0 '
53
53
54
54
from(components. java)
55
55
You can’t perform that action at this time.
0 commit comments