File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres
77to [ 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
1118New 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments