diff --git a/.changelog/v0.41.0/summary.md b/.changelog/v0.41.0/summary.md index 57f3c2ed..d2a65c5f 100644 --- a/.changelog/v0.41.0/summary.md +++ b/.changelog/v0.41.0/summary.md @@ -1,8 +1,6 @@ -*January 8th, 2024* +*January 9th, 2024* 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, and includes the `counterparty_upgrade_sequence` field in -the `MsgTimeoutOnClose` and `MsgChannelCloseConfirm`, optimizing for the channel -upgradability support. +feature compatibility. diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0b218d..1d702f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,12 @@ ## v0.41.0 -*January 8th, 2024* +*January 9th, 2024* 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, and includes the `counterparty_upgrade_sequence` field in -the `MsgTimeoutOnClose` and `MsgChannelCloseConfirm`, optimizing for the channel -upgradability support. +feature compatibility. ### BUG FIXES