From 5467a470834c199ec0cc1931cd42d51ec1b5f7d7 Mon Sep 17 00:00:00 2001 From: svetoslav-nikol0v Date: Tue, 19 Mar 2024 19:06:00 +0200 Subject: [PATCH] release: SDK stable version 2.43.0 (#2215) * update: bump the SDK version Signed-off-by: svetoslav-nikol0v * update: add release notes in CHANGELOG file Signed-off-by: svetoslav-nikol0v * update: RELEASE notes Signed-off-by: svetoslav-nikol0v * chore: typo Signed-off-by: svetoslav-nikol0v --------- Signed-off-by: svetoslav-nikol0v --- CHANGELOG.md | 11 +++++++++++ RELEASE.md | 3 ++- package.json | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0594a62fc..dbf4e109a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.43.0 + +## What's Changed + +* fix: do not instantiate logger inside a method by @leninmehedy in https://github.com/hashgraph/hedera-sdk-js/pull/2195 +* release: proto beta version 2.14.0-beta.5 by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2196 +* fix: hbar presentation after serialization/deserialization by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2189 +* fix: inability to create and execute freeze transaction by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2171 +* update: update steps for release process in RELEASE.md file by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2201 +* update: add section in README.md file on how to start the tests by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2201 + ## v2.43.0-beta.1 ## What's Changed diff --git a/RELEASE.md b/RELEASE.md index eb74090df..6cc23849e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -9,7 +9,8 @@ - **Run** `task test:release` (Note: the local node should not be running) - **Update** the SDK version in `package.json` file - **Update** the CHANGELOG file -- **Create** a new tag from the branch that you are releasing (release/vX.Y.Z) with the same version of the branch as running following command for: +- **Merge** release branch into main +- **Create** a new tag as running following command for: - stable release - `git tag -a "v*.*.*" -m "[message]"` - bet release - `git tag -a "v*.*.*-beta.*" -m "[message]"` - **Run** the following command for: diff --git a/package.json b/package.json index fc254f1d9..8cca91366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/sdk", - "version": "2.43.0-beta.1", + "version": "2.43.0", "description": "Hederaâ„¢ Hashgraph SDK", "types": "./lib/index.d.ts", "main": "./lib/index.cjs", @@ -129,4 +129,4 @@ "optional": true } } -} +} \ No newline at end of file