Skip to content

Commit bfaff71

Browse files
authored
Release 3.0.0 (#96)
2 parents 9115e0a + 729e78e commit bfaff71

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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+
## [3.0.0][3.0.0]
10+
11+
This release switches Java SDK version to a traditional 3-digit semantic versioning style.
12+
13+
### Changes
14+
* Removed first digit at semver: ~~API_VERSION.~~ MAJOR.MINOR.PATCH
15+
916
## [1.3.0.0][1.3.0.0]
1017

1118
New version of Java SDK is not configurable via `unzer.properties` file anymore.
@@ -263,7 +270,9 @@ This release brings Unzer Paylater Invoice payment type support to Java SDK.
263270
* Remove deprecated classes
264271
* RestCommunication
265272

266-
[1.2.3.0]: http://github.com/unzerdev/java-sdk/compare/1.2.2.0..1.3.0.0
273+
[3.0.0]: http://github.com/unzerdev/java-sdk/compare/1.3.0.0..3.0.0
274+
275+
[1.3.0.0]: http://github.com/unzerdev/java-sdk/compare/1.2.2.0..1.3.0.0
267276

268277
[1.2.2.0]: http://github.com/unzerdev/java-sdk/compare/1.2.1.0..1.2.2.0
269278

README.md

Lines changed: 1 addition & 1 deletion
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>1.3.0.0</version>
17+
<version>3.0.0</version>
1818
</dependency>
1919
```
2020

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>1.3.0.0</version>
9+
<version>3.0.0</version>
1010
<name>Unzer Java SDK</name>
1111
<description>Unzer Java SDK provides an easy way to connect to the Unzer Rest API.</description>
1212
<url>https://docs.unzer.com/</url>

0 commit comments

Comments
 (0)