diff --git a/CHANGELOG.md b/CHANGELOG.md index dd54f1e40..9ca650a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2022-03-18 + ### Added - `--skip-linting` flag that allows to skip the linting step during build process - [#468](https://github.com/paritytech/cargo-contract/pull/468) ## [1.0.1] - 2022-03-18 -- Improved error reporting during installation - [#468](https://github.com/paritytech/cargo-contract/pull/468) +- Improved error reporting during installation - [#469](https://github.com/paritytech/cargo-contract/pull/469) ## [1.0.0] - 2022-03-17 diff --git a/Cargo.lock b/Cargo.lock index f152bfdcc..07dc19da9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,7 +465,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 130aef981..b5995d954 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "1.0.1" +version = "1.1.0" authors = ["Parity Technologies "] build = "build.rs" edition = "2021"