Skip to content

Commit 991f355

Browse files
author
Iulian Masar
committed
version bump 2.52.0
1 parent cb66552 commit 991f355

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [2.52.0] - 2025-06-10
2+
3+
### Added
4+
5+
Endpoints for [new Reporting Service](https://docs.mangopay.com/release-notes/api/2025-06-05) feature:
6+
7+
- [POST Create a Report](https://docs.mangopay.com/api-reference/reporting/create-report)
8+
- [GET View a Report](https://docs.mangopay.com/api-reference/reporting/view-report)
9+
- [GET List all Reports](https://docs.mangopay.com/api-reference/reporting/list-reports)
10+
11+
Webhook [event types](url) for new Reporting Service:
12+
13+
- `REPORT_GENERATED`
14+
- `REPORT_FAILED`
15+
116
## [2.51.1] - 2025-06-06
217

318
### Added

build.gradle

Lines changed: 2 additions & 2 deletions
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.51.1'
43+
version = '2.52.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.51.1'
52+
version '2.52.0'
5353

5454
from(components.java)
5555

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Tue May 27 12:43:05 EEST 2025
2-
version=2.51.1
1+
#Tue Jun 10 14:04:21 EEST 2025
2+
version=2.52.0

0 commit comments

Comments
 (0)