diff --git a/CHANGELOG.md b/CHANGELOG.md index 944a1aa34224c26449f0ad6750b27f59d62f6cf6..fec4d2b9e4501fc850c5248394cd1a73f9c992f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1] - 2021-04-06 + +### Fixed +- Fix `wasm-opt --version` parsing - [#248](https://github.com/paritytech/cargo-contract/pull/248) + ## [0.11.0] - 2021-03-31 ### Added diff --git a/Cargo.lock b/Cargo.lock index d9ce4fe3f8ac16c20a4ba924e2690c1075bb442e..276ae3dce1b9fdf90e87cb9e65b52ad85aadcf70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index b3bfd1d64ecec0bdcf9448b6dde664697ebc5bd7..632b22b5fb6b0546be3c6e5411a2a2a98f4bb8af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "0.11.0" +version = "0.11.1" authors = ["Parity Technologies "] build = "build.rs" edition = "2018"