File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed
src/main/java/org/domainrobot/sdk/client Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.6] - 2020-08-21
4+
5+ * Fixed NPE in ZoneClient (#15 )
6+
37## [ 0.2.5] - 2020-08-07
48
59* Improved JSON Mapping for all operations that create an asynchronous job (#14 )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Update pom.xml and add the following line to your dependencies.
4242<dependency >
4343 <groupId >org.domainrobot</groupId >
4444 <artifactId >sdk-client</artifactId >
45- <version >0.2.5 </version >
45+ <version >0.2.6 </version >
4646</dependency >
4747```
4848
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.domainrobot</groupId >
55 <artifactId >sdk</artifactId >
6- <version >0.2.5 </version >
6+ <version >0.2.6 </version >
77 <packaging >pom</packaging >
88 <name >Java Domainrobot SDK</name >
99 <description >A maven package for easy integration of the domainrobot API powered by InterNetX GmbH.</description >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.domainrobot</groupId >
55 <artifactId >sdk</artifactId >
6- <version >0.2.5 </version >
6+ <version >0.2.6 </version >
77 </parent >
88 <artifactId >sdk-client</artifactId >
99 <dependencies >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public class Domainrobot {
7676 */
7777 public TrustedApplicationClient trustedApplication ;
7878
79- private String version = "0.2.5 " ;
79+ private String version = "0.2.6 " ;
8080
8181 /**
8282 * <p>
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.domainrobot</groupId >
55 <artifactId >sdk</artifactId >
6- <version >0.2.5 </version >
6+ <version >0.2.6 </version >
77 </parent >
88 <artifactId >sdk-model</artifactId >
99 <dependencies >
You can’t perform that action at this time.
0 commit comments