Skip to content

Commit bc0c18d

Browse files
committed
Prepare release 0.2.6
1 parent 834e7a4 commit bc0c18d

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

sdk-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

sdk-client/src/main/java/org/domainrobot/sdk/client/Domainrobot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

sdk-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

0 commit comments

Comments
 (0)