File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ # 2.10.1
2+
3+ <!-- Release notes generated using configuration in .github/release.yml at release/2.10.1 -->
4+
5+ ## What's Changed
6+ ### Enhancements
7+ * Deps: Update commons-codec to 1.19.0, addressing CVE reports for 1.12. by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/868
8+ * Apps: Support for reject-version on application call transactions by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/869
9+
10+
11+ ** Full Changelog** : https://github.com/algorand/java-algorand-sdk/compare/2.10.0...2.10.1
12+
113# 2.10.0
214
315<!-- Release notes generated using configuration in .github/release.yml at release/2.10.0 -->
Original file line number Diff line number Diff line change 1919<dependency >
2020 <groupId >com.algorand</groupId >
2121 <artifactId >algosdk</artifactId >
22- <version >2.10.0 </version >
22+ <version >2.10.1 </version >
2323</dependency >
2424```
2525
Original file line number Diff line number Diff line change 44
55 <groupId >com.algorand</groupId >
66 <artifactId >algosdk</artifactId >
7- <version >2.10.0 </version >
7+ <version >2.10.1 </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