diff --git a/Cargo.lock b/Cargo.lock index 9e120fa..3e4d859 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "near-sandbox-utils" -version = "0.10.1" +version = "0.11.0" dependencies = [ "anyhow", "binary-install", diff --git a/crate/CHANGELOG.md b/crate/CHANGELOG.md index c527f6f..41b6514 100644 --- a/crate/CHANGELOG.md +++ b/crate/CHANGELOG.md @@ -6,10 +6,10 @@ 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 +## [0.11.0](https://github.com/near/near-sandbox/compare/v0.10.0...v0.11.0) - 2024-09-06 ### Other -- Updated near-sandbox to 2.1.1 ([#93](https://github.com/near/near-sandbox/pull/93)) +- Updates 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 diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 207c0e4..7d149fb 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-sandbox-utils" -version = "0.10.1" +version = "0.11.0" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/sandbox"