From f8270101e47fa9758002c2621c539e7bebbefb1a Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Tue, 26 Mar 2024 14:25:29 +0100 Subject: [PATCH] minor changes in changelog --- .changelog/v0.51.0/summary.md | 2 +- CHANGELOG.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.changelog/v0.51.0/summary.md b/.changelog/v0.51.0/summary.md index ab4260e79..98bae05bc 100644 --- a/.changelog/v0.51.0/summary.md +++ b/.changelog/v0.51.0/summary.md @@ -4,7 +4,7 @@ In addition, this version fixes a bug where the consensus state is incorrectly s Furthermore, a set of new host keys is added. This makes `ibc-rs` more consistent with the storage access of `ibc-go`. Also, access to client update information is merged into a single method; instead of individual details. -This release updates the `ibc-proto-rs` dependency to `v0.42.2`. This takes account of the updated `MsgUpdateClient` and deprecates `MsgSubmitMisbehaviour`. +This release updates the `ibc-proto-rs` dependency to `v0.42.2`. This takes account of the updated `MsgUpdateClient` and deprecates `MsgSubmitMisbehaviour`. Also, `ibc-derive` dependency is updated to `v0.6.1`. Finally, the minimum supported Rust version is corrected and updated to `1.71.1`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9a3c07d..2298b234b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.51.0 -*March 22, 2024* +*March 26, 2024* This release introduces a few changes for better customizability. The main one is modularizing ICS-24, ICS-02, and ICS-07 trait implementations. This change empowers developers to write Rust light clients succinctly in a smart-contract context like CosmWasm. Also, the default Tendermint client state verifier is now detached to support custom verifiers, if required. @@ -10,8 +10,7 @@ In addition, this version fixes a bug where the consensus state is incorrectly s Furthermore, a set of new host keys is added. This makes `ibc-rs` more consistent with the storage access of `ibc-go`. Also, access to client update information is merged into a single method; instead of individual details. -This release updates the `ibc-proto-rs` dependency to `v0.42.2`. This takes account of the updated `MsgUpdateClient` and deprecates `MsgSubmitMisbehaviour`. - +This release updates the `ibc-proto-rs` dependency to `v0.42.2`. This takes account of the updated `MsgUpdateClient` and deprecates `MsgSubmitMisbehaviour`. Also, `ibc-derive` dependency is updated to `v0.6.1`. Finally, the minimum supported Rust version is corrected and updated to `1.71.1`. There are no consensus-breaking changes.