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
+
1
11
# 1.11.0-beta-2
2
12
- Support Foreign objects as ABI arguments (#283 )
3
13
- Upgrade ` jackson ` packages to resolve PRs on vulnerability (#281 )
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.algorand</groupId >
25
25
<artifactId >algosdk</artifactId >
26
- <version >1.11.0-beta-2 </version >
26
+ <version >1.11.0</version >
27
27
</dependency >
28
28
```
29
29
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.algorand</groupId >
6
6
<artifactId >algosdk</artifactId >
7
- <version >1.11.0-beta-2 </version >
7
+ <version >1.11.0</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments