diff --git a/Cargo.lock b/Cargo.lock index 4d2be0f..9e120fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "near-sandbox-utils" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "binary-install", diff --git a/crate/CHANGELOG.md b/crate/CHANGELOG.md index 077f28a..c527f6f 100644 --- a/crate/CHANGELOG.md +++ b/crate/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1](https://github.com/near/near-sandbox/compare/v0.10.0...v0.10.1) - 2024-08-22 + +### Other +- Updated near-sandbox to 2.1.1 ([#93](https://github.com/near/near-sandbox/pull/93)) + ## [0.10.0](https://github.com/near/near-sandbox/compare/v0.9.0...v0.10.0) - 2024-08-15 ### Other diff --git a/crate/Cargo.toml b/crate/Cargo.toml index c10f252..207c0e4 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-sandbox-utils" -version = "0.10.0" +version = "0.10.1" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/sandbox"