Skip to content

Commit 36da02f

Browse files
authored
release: 2.1.0 (#742)
1 parent be203b9 commit 36da02f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

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

33
## Pending
44

5+
## 2.1.0
6+
57
### Update:
68
- feat: Add `endLedger` field to `GetEventsRequest`. ([#739](https://github.com/stellar/java-stellar-sdk/pull/739))
79

android_test/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
implementation("androidx.compose.material3:material3")
6969
// Since we are adding local jar(libs/stellar-sdk.jar) as dependency,
7070
// gradle cannot automatically download the required third-party dependencies.
71-
implementation(files("libs/stellar-sdk-2.0.0.jar"))
71+
implementation(files("libs/stellar-sdk-2.1.0.jar"))
7272
implementation("com.squareup.okhttp3:okhttp:4.11.0")
7373
implementation("com.squareup.okhttp3:okhttp-sse:4.11.0")
7474
implementation("com.moandjiezana.toml:toml4j:0.7.2")

build.gradle.kts

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

1414
group = "network.lightsail"
15-
version = "2.0.0"
15+
version = "2.1.0"
1616

1717
java {
1818
toolchain {

examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spotless {
2222

2323
dependencies {
2424
// Use https://central.sonatype.com/artifact/network.lightsail/stellar-sdk in prod.
25-
implementation("network.lightsail:stellar-sdk:2.0.0")
25+
implementation("network.lightsail:stellar-sdk:2.1.0")
2626
testImplementation(platform("org.junit:junit-bom:5.10.0"))
2727
testImplementation("org.junit.jupiter:junit-jupiter")
2828
}

0 commit comments

Comments
 (0)