From 507fdad9a4ef399b929a8dd1a167c8619109f8b5 Mon Sep 17 00:00:00 2001 From: ivaylonikolov7 Date: Tue, 13 Aug 2024 16:46:28 +0300 Subject: [PATCH] release: v2.50.0-beta.3 (#2457) * chore: bump package version Signed-off-by: Ivaylo Nikolov * chore: update changelog for new version Signed-off-by: Ivaylo Nikolov * chore: update changelog with the latest changes Signed-off-by: Ivaylo Nikolov --------- Signed-off-by: Ivaylo Nikolov --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b20d294c5..8d544631d 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.50.0-beta.3 + +## What's Changed + +* chore(deps): bump renovatebot/github-action from 40.2.5 to 40.2.6 by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2456 +* feat: dynamic address book \[HIP-869\] by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2403 + ## v2.50.0-beta.2 ## What's Changed diff --git a/package.json b/package.json index f9d560a7c..d092a4e6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/sdk", - "version": "2.50.0-beta.2", + "version": "2.50.0-beta.3", "description": "Hederaâ„¢ Hashgraph SDK", "types": "./lib/index.d.ts", "main": "./lib/index.cjs",