diff --git a/CHANGELOG.md b/CHANGELOG.md index 527c4056a..367811e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## Unreleased +## 2.24.1 ### Fixed - The `transactionId` nanoseconds are now left padded with 0s for 9 chars diff --git a/README.md b/README.md index f9fbe0333..298c43343 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Select _one_ of the following depending on your target platform. ```groovy // Android, Corda DJVM, Java 7+ -implementation 'com.hedera.hashgraph:sdk-jdk7:2.24.0' +implementation 'com.hedera.hashgraph:sdk-jdk7:2.24.1' // Java 9+, Kotlin -implementation 'com.hedera.hashgraph:sdk:2.24.0' +implementation 'com.hedera.hashgraph:sdk:2.24.1' ``` Select _one_ of the following to provide the gRPC implementation. @@ -61,14 +61,14 @@ Select _one_ of the following depending on your target platform. com.hedera.hashgraph sdk-jdk7 - 2.24.0 + 2.24.1 com.hedera.hashgraph sdk - 2.24.0 + 2.24.1 ``` diff --git a/example-android/app/build.gradle b/example-android/app/build.gradle index 7b9c02bc7..12fdd41fb 100644 --- a/example-android/app/build.gradle +++ b/example-android/app/build.gradle @@ -50,7 +50,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'com.hedera.hashgraph:sdk-jdk7:2.24.0' + implementation 'com.hedera.hashgraph:sdk-jdk7:2.24.1' implementation 'org.slf4j:slf4j-simple:2.0.3' implementation 'io.grpc:grpc-okhttp:1.46.0' diff --git a/version.gradle b/version.gradle index 268b279c7..b6a57765b 100644 --- a/version.gradle +++ b/version.gradle @@ -2,4 +2,4 @@ // and `sdk/build.gradle` so I extracted them into another file and made both aforementioned // files import this one. group = "com.hedera.hashgraph" -version = "2.24.0" +version = "2.24.1"