From 4fdc33a59420f706ff73bf81a22fbfb23df6a9b0 Mon Sep 17 00:00:00 2001 From: Jack Smith Date: Wed, 31 Aug 2022 09:50:04 -0600 Subject: [PATCH] bump to 1.18.0-beta-1 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55cb252fb..bca5b6a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 1.18.0-beta-1 +## What's Changed +### Bugfixes +* Bug-Fix: Pass verbosity to the harness and sandbox by @tzaffi in https://github.com/algorand/java-algorand-sdk/pull/371 +### New Features +* StateProofs: Add State Proof support. by @winder in https://github.com/algorand/java-algorand-sdk/pull/360 +### Enhancements +* Enhancement: Use Sandbox for Testing by @tzaffi in https://github.com/algorand/java-algorand-sdk/pull/363 +* Enhancement: Deprecating use of langspec by @ahangsu in https://github.com/algorand/java-algorand-sdk/pull/367 + +## New Contributors +* @tzaffi made their first contribution in https://github.com/algorand/java-algorand-sdk/pull/363 + +**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/1.17.0...1.18.0-beta-1 + # 1.17.0 ### New Features * DevTools: adding source map decoder by @barnjamin in https://github.com/algorand/java-algorand-sdk/pull/352 diff --git a/README.md b/README.md index f44389c10..9efe7c9ec 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Maven: com.algorand algosdk - 1.17.0 + 1.18.0-beta-1 ``` diff --git a/pom.xml b/pom.xml index f2a183f17..6cc3846e9 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.algorand algosdk - 1.17.0 + 1.18.0-beta-1 jar ${project.groupId}:${project.artifactId}