Skip to content

Commit 61b2694

Browse files
authored
Merge pull request #169
* [CC-1592] Prepare release 5.5.0
1 parent f5447e9 commit 61b2694

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres
77
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## [5.5.0](https://github.com/unzerdev/java-sdk/compare/5.4.0..5.5.0)
10+
11+
### Added
12+
13+
* Added support for "Open Banking" payment method.
14+
* Added support for linkpay v2.
15+
* Added support for `preauthorize` transaction.
16+
17+
### Changed
18+
19+
* Update paypage v2 styling parameter to match API.
20+
921
## [5.4.0](https://github.com/unzerdev/java-sdk/compare/5.3.0..5.4.0)
1022

1123
### Added

pom.xml

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

77
<groupId>com.unzer.payment</groupId>
88
<artifactId>java-sdk</artifactId>
9-
<version>5.4.0</version>
9+
<version>5.5.0</version>
1010
<name>Unzer Java SDK</name>
1111
<description>Unzer SDK provides an easy way to use Unzer Payment API.</description>
1212
<url>https://docs.unzer.com/</url>

0 commit comments

Comments
 (0)