diff --git a/CHANGELOG.md b/CHANGELOG.md index 6649066f2..af9876c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.0](https://github.com/near/near-cli-rs/compare/v0.23.7...v0.24.0) - 2026-02-27 + +### Added + +- Add `construct-meta-transaction` command ([#562](https://github.com/near/near-cli-rs/pull/562)) + ## [0.23.7](https://github.com/near/near-cli-rs/compare/v0.23.6...v0.23.7) - 2026-02-09 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 3655b45f9..166647635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2365,7 +2365,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.23.7" +version = "0.24.0" dependencies = [ "bip39", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 8abd0f778..1082abc47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.23.7" +version = "0.24.0" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2024"