diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eeb5658..006ea896 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.6.1](https://github.com/near/cargo-near/compare/cargo-near-v0.6.0...cargo-near-v0.6.1) - 2024-02-23 + +### Other +- Updated near-sdk-rs to version 5.0.0 for the new projects ([#132](https://github.com/near/cargo-near/pull/132)) + ## [0.6.0](https://github.com/near/cargo-near/compare/cargo-near-v0.5.2...cargo-near-v0.6.0) - 2024-02-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index b86b63bd..f747edaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,7 +770,7 @@ dependencies = [ [[package]] name = "cargo-near" -version = "0.6.0" +version = "0.6.1" dependencies = [ "atty", "bs58 0.4.0", @@ -808,7 +808,7 @@ version = "0.1.0" dependencies = [ "borsh 1.3.1", "camino", - "cargo-near 0.6.0", + "cargo-near 0.6.1", "color-eyre", "const_format", "function_name", diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml index 6c10172b..0ea6ad1f 100644 --- a/cargo-near/Cargo.toml +++ b/cargo-near/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-near" -version = "0.6.0" +version = "0.6.1" authors = ["Near Inc "] edition = "2021" rust-version = "1.72.0"