diff --git a/CHANGELOG.md b/CHANGELOG.md index 139362138..b20d294c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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.50.0-beta.1 +## v2.50.0-beta.2 ## What's Changed diff --git a/package.json b/package.json index d79907a67..f9d560a7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/sdk", - "version": "2.50.0-beta.1", + "version": "2.50.0-beta.2", "description": "Hederaâ„¢ Hashgraph SDK", "types": "./lib/index.d.ts", "main": "./lib/index.cjs", @@ -130,4 +130,4 @@ "optional": true } } -} \ No newline at end of file +}