Skip to content

Commit 79e2cc0

Browse files
author
Iulian Masar
committed
version bump 2.43.0
1 parent bd67e52 commit 79e2cc0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
## [2.42.2] - 2025-02-04
213

314
### Updated

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.42.2'
43+
version = '2.43.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.42.2'
52+
version '2.43.0'
5353

5454
from(components.java)
5555

0 commit comments

Comments
 (0)