Skip to content

Commit 0c72fa2

Browse files
committed
Merge branch 'release/1.18.0' into develop
2 parents be204c1 + 769affe commit 0c72fa2

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 1.18.0
2+
3+
## What's Changed
4+
### Bugfixes
5+
* Bug-Fix: Pass verbosity to the harness and sandbox by @tzaffi in https://github.com/algorand/java-algorand-sdk/pull/371
6+
### New Features
7+
* StateProofs: Add State Proof support. by @winder in https://github.com/algorand/java-algorand-sdk/pull/360
8+
### Enhancements
9+
* Enhancement: Use Sandbox for Testing by @tzaffi in https://github.com/algorand/java-algorand-sdk/pull/363
10+
* Enhancement: Deprecating use of langspec by @ahangsu in https://github.com/algorand/java-algorand-sdk/pull/367
11+
12+
## New Contributors
13+
* @tzaffi made their first contribution in https://github.com/algorand/java-algorand-sdk/pull/363
14+
15+
**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/1.17.0...1.18.0
16+
17+
# 1.18.0-beta-1
18+
## What's Changed
19+
### Bugfixes
20+
* Bug-Fix: Pass verbosity to the harness and sandbox by @tzaffi in https://github.com/algorand/java-algorand-sdk/pull/371
21+
### New Features
22+
* StateProofs: Add State Proof support. by @winder in https://github.com/algorand/java-algorand-sdk/pull/360
23+
### Enhancements
24+
* Enhancement: Use Sandbox for Testing by @tzaffi in https://github.com/algorand/java-algorand-sdk/pull/363
25+
* Enhancement: Deprecating use of langspec by @ahangsu in https://github.com/algorand/java-algorand-sdk/pull/367
26+
27+
## New Contributors
28+
* @tzaffi made their first contribution in https://github.com/algorand/java-algorand-sdk/pull/363
29+
30+
**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/1.17.0...1.18.0-beta-1
31+
132
# 1.17.0
233
### New Features
334
* DevTools: adding source map decoder by @barnjamin in https://github.com/algorand/java-algorand-sdk/pull/352

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Maven:
1919
<dependency>
2020
<groupId>com.algorand</groupId>
2121
<artifactId>algosdk</artifactId>
22-
<version>1.17.0</version>
22+
<version>1.18.0</version>
2323
</dependency>
2424
```
2525

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.17.0</version>
7+
<version>1.18.0</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)