diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01565e595..8e3797941 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).
+## v2.6.0-beta.2
+
+### Fixed
+
+ * `PublicKey.verifyTransaction()` should use the correct protobuf field per key type
+
## v2.6.0-beta.1
### Added
diff --git a/README.md b/README.md
index 65af77d0f..b1d94087e 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.6.0-beta.1'
+implementation 'com.hedera.hashgraph:sdk-jdk7:2.6.0-beta.2'
// Java 9+, Kotlin
-implementation 'com.hedera.hashgraph:sdk:2.6.0-beta.1'
+implementation 'com.hedera.hashgraph:sdk:2.6.0-beta.2'
```
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.6.0-beta.1
+ 2.6.0-beta.2
com.hedera.hashgraph
sdk
- 2.6.0-beta.1
+ 2.6.0-beta.2
```
diff --git a/sdk/build.gradle b/sdk/build.gradle
index 8961e8b65..6f3577d03 100644
--- a/sdk/build.gradle
+++ b/sdk/build.gradle
@@ -7,7 +7,7 @@ plugins {
}
group = "com.hedera.hashgraph"
-version = "2.6.0-beta.1"
+version = "2.6.0-beta.2"
description = "Hederaâ„¢ Hashgraph SDK for Java"
configurations {