Skip to content

Commit

Permalink
Merge branch 'release/2.3.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
onetechnical committed Sep 19, 2023
2 parents 4f17900 + b50e474 commit f3e6dcd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 2.3.0

<!-- Release notes generated using configuration in .github/release.yml at release/2.3.0 -->

## What's Changed
### Bugfixes
* bug-fix: include currency-greater-than param for 0 value by @shiqizng in https://github.com/algorand/java-algorand-sdk/pull/620
### Enhancements
* api: Sync client object with latest spec. by @winder in https://github.com/algorand/java-algorand-sdk/pull/648


**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/2.2.0...2.3.0

# 2.2.0

## Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Maven:
<dependency>
<groupId>com.algorand</groupId>
<artifactId>algosdk</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.algorand</groupId>
<artifactId>algosdk</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<packaging>jar</packaging>

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

0 comments on commit f3e6dcd

Please sign in to comment.