Skip to content

Commit

Permalink
release: v2.0.14
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Akhterov <[email protected]>
  • Loading branch information
janaakhterov committed Sep 2, 2021
1 parent f0e3bce commit df89069
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Unreleased

* `NftId.[to|from]string()` now uses format `1.2.3/4` instead of `1.2.3@4`

* `TokenNftInfoQuery.setNftId()`
* `TokenNftInfoQuery.byNftId()` - Use `TokenNftInfoQuery.setNftId()` instead
* `TokenNftInfoQuery.byAccountId()` with no replacement
* `TokenNftInfoQuery.byTokenId()` with no replacement
* `TokenNftInfoQuery.[set|get]Start()` with no replacement
* `TokenNftInfoQuery.[set|get]End()` with no replacement

### v2.0.13

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13'
implementation 'com.hedera.hashgraph:sdk-jdk7:2.0.14'
// Java 9+, Kotlin
implementation 'com.hedera.hashgraph:sdk:2.0.13'
implementation 'com.hedera.hashgraph:sdk:2.0.14'
```

Select _one_ of the following to provide the gRPC implementation.
Expand Down Expand Up @@ -61,14 +61,14 @@ Select _one_ of the following depending on your target platform.
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>sdk-jdk7</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
</dependency>

<!-- Java 9+, Kotlin -->
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>sdk</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.hedera.hashgraph"
version = "2.0.13"
version = "2.0.14"
description = "Hedera™ Hashgraph SDK for Java"

configurations {
Expand Down

0 comments on commit df89069

Please sign in to comment.