File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments