From e2e18bf9b878430f568002b4abf4fe660da59150 Mon Sep 17 00:00:00 2001
From: Vlad Frolov
Date: Wed, 21 Aug 2024 20:10:30 +0200
Subject: [PATCH] chore: release v0.14.3 (#399)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `near-cli-rs`: 0.14.2 -> 0.14.3
Changelog
##
[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))
---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
---
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 3733a3e6d..fd7bc8ada 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 798ae0d16..5f250af83 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 e3da12059..e6a4568c3 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"