File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
src/main/resources/com/mangopay/core Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
16
## [ 2.51.1] - 2025-06-06
2
17
3
18
### Added
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.51.1 '
43
+ version = ' 2.52.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.51.1 '
52
+ version ' 2.52.0 '
53
53
54
54
from(components. java)
55
55
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments