Skip to content

Commit 0f0f23d

Browse files
chore: release v2.79.0 (#3615)
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
1 parent db2ef08 commit 0f0f23d

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# 2.79.0
9+
10+
### Addded
11+
12+
- Tests for HIP-1300
13+
814
# 2.79.0-beta.13
915

1016
### Added
1117

12-
- Support for Ethereum type 4 transaction
18+
- Support for Ethereum type 4 transaction (currently not supported in consensus node)
1319

1420
# 2.79.0-beta.12
1521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiero-ledger/sdk",
3-
"version": "2.79.0-beta.13",
3+
"version": "2.79.0",
44
"description": "Hiero SDK",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.cjs",

src/client/addressbooks/mainnet.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/addressbooks/previewnet.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/addressbooks/testnet.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)