Skip to content

Commit b6dd221

Browse files
croakyiampogo
authored andcommitted
sdk/java: increment version to 2.1
Closes #3726 Author: Dan Croak <dan@statusok.com> Date: Wed May 16 11:41:00 2018 -0700 upstream:a3854bbdf8b9839a0a0b250a804d1d2f58d0b5a5
1 parent dfa7737 commit b6dd221

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.1 (20180516)
4+
5+
* Added transaction tags.
6+
[More info](https://dashboard.seq.com/docs/transactions)
7+
38
## 2.0.1 (20180501)
49

510
* Generate unique request IDs in the client for easier debugging support

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

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

0 commit comments

Comments
 (0)