File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.11.0
2+ - Support Foreign objects as ABI arguments (#283 )
3+ - Upgrade ` jackson ` packages to resolve PRs on vulnerability (#281 )
4+ - ABI Interaction Support for JAVA SDK (#268 )
5+ - Bug fix for ` logs ` on ` PendingTransactionResponse ` (#275 )
6+ - Add WaitForConfirmation function (#274 )
7+ - Better error message on encoding exception. (#258 )
8+ - Fix ABI source code position for ABI feature (#260 )
9+ - Add ABI encoding support (#255 )
10+
111# 1.11.0-beta-2
212- Support Foreign objects as ABI arguments (#283 )
313- Upgrade ` jackson ` packages to resolve PRs on vulnerability (#281 )
Original file line number Diff line number Diff line change 2323<dependency >
2424 <groupId >com.algorand</groupId >
2525 <artifactId >algosdk</artifactId >
26- <version >1.11.0-beta-2 </version >
26+ <version >1.11.0</version >
2727</dependency >
2828```
2929
Original file line number Diff line number Diff line change 44
55 <groupId >com.algorand</groupId >
66 <artifactId >algosdk</artifactId >
7- <version >1.11.0-beta-2 </version >
7+ <version >1.11.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