diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e67ef9ec..4ab58d67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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). -## v2.6.0-beat.1 +## v2.6.0-beta.1 ## Added diff --git a/package.json b/package.json index 6108e3880..74dca9877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/sdk", - "version": "2.6.0-beat.1", + "version": "2.6.0-beta.1", "description": "Hederaâ„¢ Hashgraph SDK", "types": "./lib/index.d.ts", "main": "./lib/index.cjs",