diff --git a/CHANGELOG.md b/CHANGELOG.md index 00615e866..53af77a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.43.0 + +### Changed +- Update protobufs from `hedera-services` +- `client.setNetworkFromAddressBook` updates the address book by default + ## 2.42.0 ### Added diff --git a/docs/android-app/android-app-quickstart.md b/docs/android-app/android-app-quickstart.md index a57e2fb62..81e0514a5 100644 --- a/docs/android-app/android-app-quickstart.md +++ b/docs/android-app/android-app-quickstart.md @@ -6,7 +6,7 @@ To get started with an Android project, you'll need to add the following **two** 1. **Hederaâ„¢ Java SDK:** ```groovy -implementation 'com.hedera.hashgraph:sdk:2.42.0' +implementation 'com.hedera.hashgraph:sdk:2.43.0' ``` 2. **gRPC implementation:** diff --git a/docs/java-app/java-app-quickstart.md b/docs/java-app/java-app-quickstart.md index f0b08edca..197a7df58 100644 --- a/docs/java-app/java-app-quickstart.md +++ b/docs/java-app/java-app-quickstart.md @@ -8,7 +8,7 @@ To get started with a Java project, you'll need to add the following **three** d _Gradle:_ ```groovy -implementation 'com.hedera.hashgraph:sdk:2.42.0' +implementation 'com.hedera.hashgraph:sdk:2.43.0' ``` _Maven:_ @@ -16,7 +16,7 @@ _Maven:_ com.hedera.hashgraph sdk - 2.42.0 + 2.43.0 ``` diff --git a/example-android/app/build.gradle.kts b/example-android/app/build.gradle.kts index dc2471a77..cb919a208 100644 --- a/example-android/app/build.gradle.kts +++ b/example-android/app/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation(platform("com.hedera.hashgraph:sdk-dependency-versions")) // --------------------------------------------- - implementation("com.hedera.hashgraph:sdk:2.42.0") + implementation("com.hedera.hashgraph:sdk:2.43.0") implementation("com.google.android.material:material:1.11.0") diff --git a/examples/build.gradle.kts b/examples/build.gradle.kts index c7c6000b4..069970ca3 100644 --- a/examples/build.gradle.kts +++ b/examples/build.gradle.kts @@ -28,6 +28,6 @@ mainModuleInfo { } dependencies.constraints { - implementation("com.hedera.hashgraph:sdk:2.42.0") - implementation("com.hedera.hashgraph:sdk-full:2.42.0") + implementation("com.hedera.hashgraph:sdk:2.43.0") + implementation("com.hedera.hashgraph:sdk-full:2.43.0") } diff --git a/version.txt b/version.txt index 345a83ee2..5b9cd9afd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.42.0 +2.43.0