Skip to content

Commit e408585

Browse files
authored
[CC-797] Set release version. (#156)
1 parent 101f9f5 commit e408585

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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-
## UNRELEASED
9+
## [5.2.0](https://github.com/unzerdev/java-sdk/compare/5.1.0..5.2.0)
1010

1111
Twint payment method is added to Java SDK.
1212

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Java 1.8 or later.
1414
<dependency>
1515
<groupId>com.unzer.payment</groupId>
1616
<artifactId>java-sdk</artifactId>
17-
<version>5.1.0</version>
17+
<version>5.2.0</version>
1818
</dependency>
1919
```
2020

pom.xml

+1-1
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.1.0</version>
9+
<version>5.2.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)