diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3b816..1f14118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## [3.39.0] - 2025-02-25 +### Added + +Endpoints and webhooks for [hosted KYC/B solution](https://docs.mangopay.com/guides/users/verification/hosted) (in beta) + +- Endpoints + - [Create an IDV Session](https://docs.mangopay.com/api-reference/idv-sessions/create-idv-session) + - [View an IDV Session](https://docs.mangopay.com/api-reference/idv-sessions/view-idv-session) + - [View Checks for an IDV Session](https://mangopay-idv.mintlify.app/api-reference/idv-sessions/view-idv-session-checks) + +- Event types + - `IDENTITY_VERIFICATION_VALIDATED` + - `IDENTITY_VERIFICATION_FAILED` + - `IDENTITY_VERIFICATION_INCONCLUSIVE` + - `IDENTITY_VERIFICATION_OUTDATED` + +`CardInfo` added for [Apple Pay](https://docs.mangopay.com/api-reference/apple-pay/create-apple-pay-payin) and [Google Pay](https://docs.mangopay.com/api-reference/google-pay/create-google-pay-payin) + +### Fixed + +Test for KYC documents test_GetKycDocuments + +Updating the UBO should not require the full object + +Get User EMoney wrong output + ## [3.38.0] - 2025-02-14 ### Added diff --git a/setup.py b/setup.py index 28a17f8..1408523 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='mangopaysdk', - version='3.38.0', + version='3.39.0', description='A client library written in python to work with mangopay v2 api', long_description='This SDK is a client library for interacting with the Mangopay API.', url='https://github.com/Mangopay/mangopay2-python-sdk',