Skip to content

Commit eb9812d

Browse files
committed
bump up version to 2.9.0
1 parent 75c53f5 commit eb9812d

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 2.9.0
2+
3+
<!-- Release notes generated using configuration in .github/release.yml at release/2.9.0 -->
4+
5+
## What's Changed
6+
### Bugfixes
7+
* API: Handle limit zero case in tests by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/859
8+
### New Features
9+
* CICD: run tests in GitHub Actions by @onetechnical in https://github.com/algorand/java-algorand-sdk/pull/836
10+
### Enhancements
11+
* Devops: Release process update by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/839
12+
* CICD: disable CircleCI testing by @onetechnical in https://github.com/algorand/java-algorand-sdk/pull/837
13+
* API: Regenerate code with the latest specification file (da1078cd) by @github-actions[bot] in https://github.com/algorand/java-algorand-sdk/pull/851
14+
* Deps: Bump org.apache.commons:commons-lang3 from 3.8 to 3.18.0 by @dependabot[bot] in https://github.com/algorand/java-algorand-sdk/pull/852
15+
* Deps: Bump commons-lang3 to 1.18.0 in examples/pom.xml. by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/856
16+
17+
18+
**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/2.8.2...2.9.0
19+
120
# 2.8.2
221

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Maven:
2020
<dependency>
2121
<groupId>com.algorand</groupId>
2222
<artifactId>algosdk</artifactId>
23-
<version>2.8.2</version>
23+
<version>2.9.0</version>
2424
</dependency>
2525
```
2626

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.8.2</version>
7+
<version>2.9.0</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)