Skip to content

Commit 3ac1736

Browse files
author
Wout Schoovaerts
committed
Bumping version to 4.6.0
1 parent a194ee1 commit 3ac1736

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## 4.5.1
28

39
- Added remainderDetails and vouchers to PaymentDetailsResponse

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This library requires Java 11+.
2020
<dependency>
2121
<groupId>be.woutschoovaerts</groupId>
2222
<artifactId>mollie</artifactId>
23-
<version>4.5.1</version>
23+
<version>4.6.0</version>
2424
</dependency>
2525
```
2626

pom.xml

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

77
<groupId>be.woutschoovaerts</groupId>
88
<artifactId>mollie</artifactId>
9-
<version>4.5.1</version>
9+
<version>4.6.0</version>
1010

1111
<name>Mollie with Java</name>
1212
<description>Java framework to consume the Mollie API</description>

0 commit comments

Comments
 (0)