diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7850b5..e464f22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [0.10.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.10.0...near-workspaces-v0.10.1) - 2024-02-02 + +### Other +- Updated cargo-near to "0.5.2" ([#347](https://github.com/near/near-workspaces-rs/pull/347)) + ## [0.10.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.9.0...near-workspaces-v0.10.0) - 2024-01-25 ### Other diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index ae56b816..ce3045a0 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-workspaces" -version = "0.10.0" +version = "0.10.1" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"