diff --git a/CHANGELOG.md b/CHANGELOG.md index b79a077..f102637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ The interface provided to smart contracts will adhere to semver with one excepti major version bumps will be backwards compatible with regard to already deployed contracts. In other words: Upgrading this pallet will not break pre-existing contracts. -## [v0.1.2] 2022-06-06 +## [v0.2.0] 2022-06-06 - Adjust debug information (if already parsed) when injecting gas metering [#16](https://github.com/paritytech/wasm-instrument/pull/16) diff --git a/Cargo.toml b/Cargo.toml index 6485de4..99ac07c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-instrument" -version = "0.1.2" +version = "0.2.0" edition = "2021" rust-version = "1.56.1" authors = ["Parity Technologies "]