From 4db9de10e4b9544a7eb6b62a0df5df394e869a58 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 21 Aug 2024 18:59:10 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3733a3e6..fd7bc8ad 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.14.3](https://github.com/near/near-cli-rs/compare/v0.14.2...v0.14.3) - 2024-08-21 + +### Fixed +- Fixed the fallback legacy keychain path ([#398](https://github.com/near/near-cli-rs/pull/398)) + ## [0.14.2](https://github.com/near/near-cli-rs/compare/v0.14.1...v0.14.2) - 2024-08-21 ### Added diff --git a/Cargo.lock b/Cargo.lock index 798ae0d1..5f250af8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2162,7 +2162,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.14.2" +version = "0.14.3" dependencies = [ "bip39", "bs58 0.5.1", diff --git a/Cargo.toml b/Cargo.toml index e3da1205..e6a4568c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.14.2" +version = "0.14.3" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"