File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 2.10.0
2+
3+ <!-- Release notes generated using configuration in .github/release.yml at release/2.10.0 -->
4+
5+ ## What's Changed
6+ ### Enhancements
7+ * API: Regenerate code with the latest specification file (e4539acc) by @github-actions [ bot] in https://github.com/algorand/java-algorand-sdk/pull/864
8+ * Signatures: support lmsig logicsig signatures by @cce in https://github.com/algorand/java-algorand-sdk/pull/865
9+ * Types: add txn.Access constructor by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/866
10+
11+ ## New Contributors
12+ * @cce made their first contribution in https://github.com/algorand/java-algorand-sdk/pull/865
13+
14+ ** Full Changelog** : https://github.com/algorand/java-algorand-sdk/compare/2.9.0...2.10.0
15+
116# 2.9.0
217
318<!-- Release notes generated using configuration in .github/release.yml at release/2.9.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.9 .0</version >
22+ <version >2.10 .0</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.9 .0</version >
7+ <version >2.10 .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