diff --git a/CHANGELOG.md b/CHANGELOG.md index 1247ac78..e33653a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,23 @@ # Changelog -# 0.11.2 +# 0.12.0 + +## Rust + +- chore(rust): Update `prost` to v0.13 ([#335](https://github.com/cosmos/ics23/pull/335), [#336](https://github.com/cosmos/ics23/pull/336)) + +# 0.11.3 ## Rust - fix(rust): Enforce that `spec.InnerSpec.ChildSize` is >= 1 ([#339](https://github.com/cosmos/ics23/pull/339)) +# 0.11.2 + +## Rust + +This release was yanked, please use v0.11.3 instead. + # 0.11.1 ## Rust diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 04737875..512d2608 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.2" +version = "0.12.0" [workspace] members = ["codegen", "no-std-check"]