File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.18.0-beta-1
2+ ## What's Changed
3+ ### Bugfixes
4+ * Bug-Fix: Pass verbosity to the harness and sandbox by @tzaffi in https://github.com/algorand/java-algorand-sdk/pull/371
5+ ### New Features
6+ * StateProofs: Add State Proof support. by @winder in https://github.com/algorand/java-algorand-sdk/pull/360
7+ ### Enhancements
8+ * Enhancement: Use Sandbox for Testing by @tzaffi in https://github.com/algorand/java-algorand-sdk/pull/363
9+ * Enhancement: Deprecating use of langspec by @ahangsu in https://github.com/algorand/java-algorand-sdk/pull/367
10+
11+ ## New Contributors
12+ * @tzaffi made their first contribution in https://github.com/algorand/java-algorand-sdk/pull/363
13+
14+ ** Full Changelog** : https://github.com/algorand/java-algorand-sdk/compare/1.17.0...1.18.0-beta-1
15+
116# 1.17.0
217### New Features
318* DevTools: adding source map decoder by @barnjamin in https://github.com/algorand/java-algorand-sdk/pull/352
Original file line number Diff line number Diff line change 1919<dependency >
2020 <groupId >com.algorand</groupId >
2121 <artifactId >algosdk</artifactId >
22- <version >1.17.0 </version >
22+ <version >1.18.0-beta-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 >1.17.0 </version >
7+ <version >1.18.0-beta-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