Skip to content

Commit 8b8e429

Browse files
dominiciampogo
authored andcommitted
sdk/java: increment version to 2.0.1
Closes #3539 Author: Dominic Dagradi <ddagradi@gmail.com> Date: Tue May 1 12:18:13 2018 -0700 upstream:be6731bcfbb6040957b00162f3fb607402b05580
1 parent 84f5d48 commit 8b8e429

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Sequence Java SDK changelog
22

3+
## 2.0.1 (20180501)
4+
5+
* Generate unique request IDs in the client for easier debugging support
6+
* Support compilation under Java 9, 10
7+
38
## 2 (20180418)
49

510
* Updated copyright year in LICENSE to be 2018.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the following to your `pom.xml`:
1414
<dependency>
1515
<groupId>com.seq</groupId>
1616
<artifactId>sequence-sdk</artifactId>
17-
<version>[2,3)</version>
17+
<version>[2.0.1,3)</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.seq</groupId>
77
<artifactId>sequence-sdk</artifactId>
8-
<version>2</version>
8+
<version>2.0.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)