diff --git a/CHANGELOG.md b/CHANGELOG.md index 60daea093..2f6652043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.8](https://github.com/near/near-cli-rs/compare/v0.7.7...v0.7.8) - 2024-01-30 + +### Other +- Updated send-ft command ([#283](https://github.com/near/near-cli-rs/pull/283)) + ## [0.7.7](https://github.com/near/near-cli-rs/compare/v0.7.6...v0.7.7) - 2024-01-19 ### Added diff --git a/Cargo.lock b/Cargo.lock index 0bba0cad4..0f0a36e3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2158,7 +2158,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.7.7" +version = "0.7.8" dependencies = [ "bip39", "bs58 0.5.0", diff --git a/Cargo.toml b/Cargo.toml index d8ad0244c..c760feca9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.7.7" +version = "0.7.8" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"