You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
## Pending
4
4
5
+
## 1.1.0
6
+
7
+
In this release, we have significantly simplified the process of using the Java SDK to interact with Soroban contracts.
8
+
You can now use stellar-contract-bindings to generate Java bindings for contracts and invoke them.
9
+
Please visit [the GitHub repository](https://github.com/lightsail-network/stellar-contract-bindings) of stellar-contract-bindings for more information.
10
+
11
+
### Update
12
+
- feat: add `ContractClient` to simplify contract calls. ([#675](https://github.com/stellar/java-stellar-sdk/pull/675))
13
+
5
14
## 1.0.0
6
15
7
16
We are excited to announce the release of version 1.0.0 of the Java Stellar SDK!
You can find instructions on how to install this dependency using alternative package managers [here](https://central.sonatype.com/artifact/network.lightsail/stellar-sdk).
0 commit comments