diff --git a/Cargo.lock b/Cargo.lock index 3e4d859..816f7e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "near-sandbox-utils" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "binary-install", diff --git a/crate/CHANGELOG.md b/crate/CHANGELOG.md index 41b6514..1aa3f12 100644 --- a/crate/CHANGELOG.md +++ b/crate/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1](https://github.com/near/near-sandbox/compare/v0.11.0...v0.11.1) - 2024-11-15 + +### Other + +- Updated near-sandbox version to 2.3.1 version ([#103](https://github.com/near/near-sandbox/pull/103)) + ## [0.11.0](https://github.com/near/near-sandbox/compare/v0.10.0...v0.11.0) - 2024-09-06 ### Other diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 7d149fb..bd47a1a 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-sandbox-utils" -version = "0.11.0" +version = "0.11.1" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/sandbox"