Skip to content

Commit dc8ffb3

Browse files
committed
Updated version of java sdk from 1.5.1 to 1.6.0.
Added updates to changelog.md
1 parent 7d96c1c commit dc8ffb3

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 1.6.0
2+
- Add static qualifiers to json creators for onCompletion enum serialization.
3+
- Bump guava from 28.2-android to 29.0-android in /generator.
4+
- Bump guava from 28.2-android to 29.0-android.
5+
- Corrected Exception message for Keccak-256 hash function.
6+
- Add TEAL 3 support.
7+
- Regenerated comment.
8+
- Fix custom token key comment.
9+
- Update .gitignore.
10+
- Regenerate Indexer Client.
11+
- Regenerate client code, implement new cucumber tests.
12+
- Fix base32 decode bug.
13+
- Add secure vars and docker login.
14+
- Don't override values with lookupParams/suggestedParams.
15+
- New constructors for v2 and Indexer that also accepts tokenKey.
16+
- Updated README example.
17+
118
# 1.5.1
219
- Add custom header option to v2 client, new 'execute' method on each endpoint request.
320

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Maven:
2323
<dependency>
2424
<groupId>com.algorand</groupId>
2525
<artifactId>algosdk</artifactId>
26-
<version>1.5.1</version>
26+
<version>1.6.0</version>
2727
</dependency>
2828
```
2929

generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<dependency>
169169
<groupId>com.algorand</groupId>
170170
<artifactId>algosdk</artifactId>
171-
<version>1.5.1</version>
171+
<version>1.6.0</version>
172172
</dependency>
173173

174174
<!-- testing -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.algorand</groupId>
66
<artifactId>algosdk</artifactId>
7-
<version>1.5.1</version>
7+
<version>1.6.0</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)