diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb136878e..d20572e5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index d76a3ae5c..e57f28cf7 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.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.
@@ -61,14 +61,14 @@ Select _one_ of the following depending on your target platform.
com.hedera.hashgraph
sdk-jdk7
- 2.0.13
+ 2.0.14
com.hedera.hashgraph
sdk
- 2.0.13
+ 2.0.14
```
diff --git a/sdk/build.gradle b/sdk/build.gradle
index 873526353..a5a2023b1 100644
--- a/sdk/build.gradle
+++ b/sdk/build.gradle
@@ -7,7 +7,7 @@ plugins {
}
group = "com.hedera.hashgraph"
-version = "2.0.13"
+version = "2.0.14"
description = "Hederaâ„¢ Hashgraph SDK for Java"
configurations {