Skip to content

Commit fa79f2e

Browse files
committed
release: 1.1.0
1 parent 6104e7c commit fa79f2e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Pending
44

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+
514
## 1.0.0
615

716
We are excited to announce the release of version 1.0.0 of the Java Stellar SDK!

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "network.lightsail"
14-
version = "1.0.0"
14+
version = "1.1.0"
1515

1616
java {
1717
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)