File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.6.0
2
+
3
+ - Added support for releasing payment authorization
4
+ - Fixed invalid datatypes in SubscriptionResponse
5
+ - Fixed serialization issue for JPY currency
6
+
1
7
## 4.5.1
2
8
3
9
- Added remainderDetails and vouchers to PaymentDetailsResponse
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This library requires Java 11+.
20
20
<dependency>
21
21
<groupId>be.woutschoovaerts</groupId>
22
22
<artifactId>mollie</artifactId>
23
- <version>4.5.1 </version>
23
+ <version>4.6.0 </version>
24
24
</dependency>
25
25
```
26
26
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >be.woutschoovaerts</groupId >
8
8
<artifactId >mollie</artifactId >
9
- <version >4.5.1 </version >
9
+ <version >4.6.0 </version >
10
10
11
11
<name >Mollie with Java</name >
12
12
<description >Java framework to consume the Mollie API</description >
You can’t perform that action at this time.
0 commit comments