Skip to content

Commit b50e474

Browse files
committed
bump up version to 2.3.0
1 parent 4f17900 commit b50e474

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2.3.0
2+
3+
<!-- Release notes generated using configuration in .github/release.yml at release/2.3.0 -->
4+
5+
## What's Changed
6+
### Bugfixes
7+
* bug-fix: include currency-greater-than param for 0 value by @shiqizng in https://github.com/algorand/java-algorand-sdk/pull/620
8+
### Enhancements
9+
* api: Sync client object with latest spec. by @winder in https://github.com/algorand/java-algorand-sdk/pull/648
10+
11+
12+
**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/2.2.0...2.3.0
13+
114
# 2.2.0
215

316
## Enhancements

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>2.2.0</version>
22+
<version>2.3.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>2.2.0</version>
7+
<version>2.3.0</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)