diff --git a/CHANGELOG.md b/CHANGELOG.md
index 791934600..929eeea4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,13 @@ 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.7.0-beta.1
+
+### Added
+
+ * Support for regenerating transaction IDs on demand if a request
+ responsed with `TRANSACITON_EXPIRED`
+
## v2.6.0
### Added
diff --git a/README.md b/README.md
index 5d228ed12..42ec9ce94 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'
+implementation 'com.hedera.hashgraph:sdk-jdk7:2.7.0-beta.1'
// Java 9+, Kotlin
-implementation 'com.hedera.hashgraph:sdk:2.6.0'
+implementation 'com.hedera.hashgraph:sdk:2.7.0-beta.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.6.0
+ 2.7.0-beta.1
com.hedera.hashgraph
sdk
- 2.6.0
+ 2.7.0-beta.1
```
diff --git a/sdk/build.gradle b/sdk/build.gradle
index 9e2302629..5194c04b4 100644
--- a/sdk/build.gradle
+++ b/sdk/build.gradle
@@ -7,7 +7,7 @@ plugins {
}
group = "com.hedera.hashgraph"
-version = "2.6.0"
+version = "2.7.0-beta.1"
description = "Hederaâ„¢ Hashgraph SDK for Java"
configurations {