diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d49d28a..c6a2e637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [0.12.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.11.1...near-workspaces-v0.12.0) - 2024-08-15 + +### Other +- [**breaking**] upgraded near deps to 0.24 ([#370](https://github.com/near/near-workspaces-rs/pull/370)) + ## [0.11.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.11.0...near-workspaces-v0.11.1) - 2024-08-07 ### Fixed diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index b54ab107..35a8d216 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-workspaces" -version = "0.11.1" +version = "0.12.0" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"