From af7c719ef8d91209f63957f4beb6edf5d6a45e7a Mon Sep 17 00:00:00 2001 From: gmalouf Date: Wed, 25 Oct 2023 16:14:16 +0000 Subject: [PATCH] bump up version to 2.4.0 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c7c222cc..8d1343a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 2.4.0 + + + +## What's Changed +### Enhancements +* Patch: Remove de-duping via HashSet from accounts,foriegn apps, and foreign … by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/652 + +## New Contributors +* @gmalouf made their first contribution in https://github.com/algorand/java-algorand-sdk/pull/652 + +**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/2.3.0...2.4.0 + # 2.3.0 diff --git a/README.md b/README.md index 76a53027c..2964d18b8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Maven: com.algorand algosdk - 2.3.0 + 2.4.0 ``` diff --git a/pom.xml b/pom.xml index e94d3abe6..e18984ea8 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.algorand algosdk - 2.3.0 + 2.4.0 jar ${project.groupId}:${project.artifactId}