diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7bc8ad..1d685c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.0](https://github.com/near/near-cli-rs/compare/v0.14.3...v0.15.0) - 2024-09-02 + +### Added +- UX improvement for signing with Ledger - automatically open a near-app on Ledger device before calling methods ([#403](https://github.com/near/near-cli-rs/pull/403)) +- Extended --teach-me mode: async account details fetching RPC methods are also covered now ([#389](https://github.com/near/near-cli-rs/pull/389)) + +### Other +- Updated near-* dependencies to 0.25.0 (matching nearcore 2.1 release) ([#401](https://github.com/near/near-cli-rs/pull/401)) + ## [0.14.3](https://github.com/near/near-cli-rs/compare/v0.14.2...v0.14.3) - 2024-08-21 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 8028925d..a78f8760 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1898,7 +1898,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.14.3" +version = "0.15.0" dependencies = [ "bip39", "bs58 0.5.1", diff --git a/Cargo.toml b/Cargo.toml index aec74a21..220ebbb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.14.3" +version = "0.15.0" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"