From 25c0d8c149b929d1b50bf221b7323dfcf86a4b4f Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Tue, 9 Jan 2024 19:58:57 +0100 Subject: [PATCH] Remove changelog entry for #172 --- ...-go-rev-to-add-counterparty-channel-upgrade-sequence.md | 3 --- CHANGELOG.md | 7 ++----- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .changelog/v0.41.0/features/172-sync-ibc-go-rev-to-add-counterparty-channel-upgrade-sequence.md diff --git a/.changelog/v0.41.0/features/172-sync-ibc-go-rev-to-add-counterparty-channel-upgrade-sequence.md b/.changelog/v0.41.0/features/172-sync-ibc-go-rev-to-add-counterparty-channel-upgrade-sequence.md deleted file mode 100644 index bcaa3ccb..00000000 --- a/.changelog/v0.41.0/features/172-sync-ibc-go-rev-to-add-counterparty-channel-upgrade-sequence.md +++ /dev/null @@ -1,3 +0,0 @@ -- Sync ibc-go at `e1df7a6` to add `counterparty_upgrade_sequence` to - `MsgTimeoutOnClose` and `MsgChannelCloseConfirm` for Hermes support - ([\#172](https://github.com/cosmos/ibc-proto-rs/issues/172)). diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d702f02..ac0f1eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ *January 9th, 2024* -This release integrates the ICS-08 Wasm light client and ICS-721 NFT transfer +This release integrates the ICS-08 WASM light client and ICS-721 NFT transfer application proto types. It additionally resolves the removal of the `#[no_std]` attribute, introduces the `informalsystems-pbjson/std` dependency for std feature compatibility. @@ -18,12 +18,9 @@ feature compatibility. - Add ICS-721 NFT transfer application proto types ([\#167](https://github.com/cosmos/ibc-proto-rs/issues/167)). -- Integrate Wasm light client proto types by updating `IBC_GO_COMMIT` to the +- Integrate WASM light client proto types by updating `IBC_GO_COMMIT` to the hash associated with the ibc-go `wasm-v8.0.0` tag ([\#168](https://github.com/cosmos/ibc-proto-rs/issues/168)). -- Sync ibc-go at `e1df7a6` to add `counterparty_upgrade_sequence` to - `MsgTimeoutOnClose` and `MsgChannelCloseConfirm` for Hermes support - ([\#172](https://github.com/cosmos/ibc-proto-rs/issues/172)). ## v0.40.0