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
+
1
20
# 2.8.2
2
21
3
22
<!-- Release notes generated using configuration in .github/release.yml at release/2.8.2 -->
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >com.algorand</groupId >
22
22
<artifactId >algosdk</artifactId >
23
- <version >2.8.2 </version >
23
+ <version >2.9.0 </version >
24
24
</dependency >
25
25
```
26
26
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.algorand</groupId >
6
6
<artifactId >algosdk</artifactId >
7
- <version >2.8.2 </version >
7
+ <version >2.9.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments