File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.17.0
2+ ### New Features
3+ * DevTools: adding source map decoder by @barnjamin in https://github.com/algorand/java-algorand-sdk/pull/352
4+ ### Enhancements
5+ * Github-Actions: Adding pr title and label checks by @algojack in https://github.com/algorand/java-algorand-sdk/pull/339
6+ * Enhancement: Add UNKNOWN enum type to HTTP client enums. by @winder in https://github.com/algorand/java-algorand-sdk/pull/351
7+ * AVM: Consolidate TEAL and AVM versions by @michaeldiamant in https://github.com/algorand/java-algorand-sdk/pull/348
8+ * Testing: Modify cucumber steps to use dev mode network by @michaeldiamant in https://github.com/algorand/java-algorand-sdk/pull/350
9+ ### Other
10+ * Ignore copied over txt test resource files by @michaeldiamant in https://github.com/algorand/java-algorand-sdk/pull/342
11+
112# 1.16.0
213
314## What's Changed
Original file line number Diff line number Diff line change 1919<dependency >
2020 <groupId >com.algorand</groupId >
2121 <artifactId >algosdk</artifactId >
22- <version >1.16 .0</version >
22+ <version >1.17 .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 >1.16 .0</version >
7+ <version >1.17 .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