Skip to content

Commit 353e1d9

Browse files
author
Iulian Masar
committed
version bump 3.46.0
1 parent 291ee73 commit 353e1d9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [3.46.0] - 2025-06-10
2+
### Added
3+
4+
Endpoints for [new Reporting Service](https://docs.mangopay.com/release-notes/api/2025-06-05) feature:
5+
- [POST Create a Report](https://docs.mangopay.com/api-reference/reporting/create-report)
6+
- [GET View a Report](https://docs.mangopay.com/api-reference/reporting/view-report)
7+
- [GET List all Reports](https://docs.mangopay.com/api-reference/reporting/list-reports)
8+
9+
Webhook [event types](url) for new Reporting Service:
10+
- `REPORT_GENERATED`
11+
- `REPORT_FAILED`
12+
13+
Support for [GET List Disputes for a PayIn](https://docs.mangopay.com/api-reference/disputes/list-disputes-payin) endpoint.
14+
115
## [3.45.1] - 2025-06-06
216
### Added
317
- Support for `RecipientScope` query parameter on [GET List Recipients for a User](https://docs.mangopay.com/api-reference/recipients/list-recipients-user)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='mangopaysdk',
13-
version='3.45.1',
13+
version='3.46.0',
1414
description='A client library written in python to work with mangopay v2 api',
1515
long_description='This SDK is a client library for interacting with the Mangopay API.',
1616
url='https://github.com/Mangopay/mangopay2-python-sdk',

0 commit comments

Comments
 (0)