From 692693913f943df101498a5a8dedf88f33ba6819 Mon Sep 17 00:00:00 2001 From: Daniel Akhterov Date: Wed, 4 Aug 2021 15:54:36 -0700 Subject: [PATCH] release: v2.0.10 Signed-off-by: Daniel Akhterov --- CHANGELOG.md | 10 +++++++--- README.md | 8 ++++---- sdk/build.gradle | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07546dc94..51ebc3b11 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 +## v2.0.10 ### Added @@ -21,8 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `*Id.toString()` no longer stringifies with checksums. Use `*Id.getChecksum()` to get the checksum that was parsed, or use `*Id.toStringWithChecksum(client)` to stringify with the correct checksum for that ID on the client's network. * `*Id.validateChecksum()` to validate a checksum. Throws new `BadEntityIdException` * `Client.[set|get]NetworkName()` declare which network this client is connected to, for purposes of checksum validation. -* `CustomFixedFee.[set|get]HbarAmount()` makes this fixed fee an Hbar fee of the specified amount -* `CustomFixedFee.setDenominatingTokenToSameToken()` this fixed fee will be charged in the same token. + * `CustomFixedFee.[set|get]HbarAmount()` makes this fixed fee an Hbar fee of the specified amount + * `CustomFixedFee.setDenominatingTokenToSameToken()` this fixed fee will be charged in the same token. + +### Deprecated + + * `*Id.validate()` use `*Id.validateChecksum()` instead ## v2.0.9 diff --git a/README.md b/README.md index cc30d1d83..732e63ef6 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.0.9' +implementation 'com.hedera.hashgraph:sdk-jdk7:2.0.10' // Java 9+, Kotlin -implementation 'com.hedera.hashgraph:sdk:2.0.9' +implementation 'com.hedera.hashgraph:sdk:2.0.10' ``` 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.0.9 + 2.0.10 com.hedera.hashgraph sdk - 2.0.9 + 2.0.10 ``` diff --git a/sdk/build.gradle b/sdk/build.gradle index 9da54d7de..8a82eaf8f 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -7,7 +7,7 @@ plugins { } group = "com.hedera.hashgraph" -version = "2.0.9" +version = "2.0.10" description = "Hederaâ„¢ Hashgraph SDK for Java" configurations {