From 4b2a5c4c5320314f60797aaaeb42c269f4629170 Mon Sep 17 00:00:00 2001 From: Lucky Baar Date: Tue, 3 Jan 2023 09:40:15 -0600 Subject: [PATCH] bump to 2.0.0 --- CHANGELOG.md | 3 +++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6455228..989dc52f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 2.0.0 ## What's Changed + ### Breaking changes * Remove `TxGroup.assignGroupID(Transaction[] txns, Address address)` in favor @@ -14,6 +15,8 @@ * Remove the deprecated `MethodCallParams` public constructor in favor of `com.algorand.algosdk.builder.transaction.MethodCallTransactionBuilder`. * Remove unused generated types: `CatchpointAbortResponse`, `CatchpointStartResponse`. +**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/1.22.0...2.0.0 + # 1.22.0 ### Bugfixes diff --git a/README.md b/README.md index 88c1b1e88..b7e4909d2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Maven: com.algorand algosdk - 1.22.0 + 2.0.0 ``` diff --git a/pom.xml b/pom.xml index 48355f23a..1b9036764 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.algorand algosdk - 1.22.0 + 2.0.0 jar ${project.groupId}:${project.artifactId}