diff --git a/CHANGELOG.md b/CHANGELOG.md index 023a049..ca6bc2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,20 @@ # Changelog -# Unreleased +# 0.11.3 ## Rust - fix(rust): Enforce that `spec.InnerSpec.ChildSize` is >= 1 ([#339](https://github.com/cosmos/ics23/pull/339)) -# 0.11.1 +# 0.11.2 ## Rust -## Full changes +This release was yanked, please use v0.11.3 instead. + +# 0.11.1 + +## Rust - chore(rust): Update `informalsystems-pbjson` to v0.7.0 ([#274](https://github.com/cosmos/ics23/pull/274)) @@ -18,8 +22,6 @@ ## Rust -## Full changes - - chore(rust): update `prost` to v0.12 ([#202](https://github.com/cosmos/ics23/pull/202)) # 0.10.2 diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4def08f..eb254ee 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "ics23" repository = "https://github.com/cosmos/ics23/tree/master/rust" rust-version = "1.60" -version = "0.11.1" +version = "0.11.3" [workspace] members = ["codegen", "no-std-check"]