Skip to content

Commit db65bd0

Browse files
dominiciampogo
authored andcommitted
sdk/java: increment version to 2.1.1
Closes #4081 Author: Dominic Dagradi <ddagradi@gmail.com> Date: Wed Jul 11 15:33:18 2018 -0700 upstream:26891dd9705fe5fcf0fd59be7adc2744ff1ed46e
1 parent 81f58c1 commit db65bd0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 2.1.1 (20180711)
4+
5+
* Expose additional details about errors specific to actions
6+
in a transaction.
7+
* Resolved an issue related to GSON when using multiple threads.
8+
* Added support for updating Action tags.
9+
310
## 2.1 (20180516)
411

512
* Added transaction tags.

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.1,3)</version>
17+
<version>[2.1.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.1</version>
8+
<version>2.1.1</version>
99
<packaging>jar</packaging>
1010

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

0 commit comments

Comments
 (0)