diff --git a/.changelog/v0.52.0/summary.md b/.changelog/v0.52.0/summary.md index b91a9a9f0..eeb7f51bb 100644 --- a/.changelog/v0.52.0/summary.md +++ b/.changelog/v0.52.0/summary.md @@ -3,13 +3,16 @@ First and foremost, support for the IBC protocol's [client recovery][client-reco mechanism has been implemented, which provides a route for frozen and expired IBC clients to be re-instated following a successful governance vote. In addition, a new crate, `ibc-client-cw`, facilitates CosmWasm contract creation for light clients built using -`ibc-rs`. +`ibc-rs`. Lastly, the ics07 tendermint light client has also been packaged and included +as a CosmWasm contract. This release also includes a myriad of other bug-fixes and improvements, such as enhancing the portability of ibc-rs's Validation and Execution Context traits, as well as fixing an incompatibility with how ibc-rs parses `PrefixDenom`s compared to ibc-go, among many others. -Finally, the minimum-supported Rust version has been updated to `1.72`. +The minimum-supported Rust version has been updated to `1.72`. `ibc-proto` has been +bumped to `0.43`. `tendermint` has been bumped to `0.35`. `ibc-derive` has been +bumped to `0.7`. There are no consensus-breaking changes as part of this release.