Skip to content

Commit 15ee9b9

Browse files
committed
Merge branch 'release/1.11.0'
2 parents b79ae34 + faf59ae commit 15ee9b9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Maven:
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)