diff --git a/.changelog/epilogue.md b/.changelog/epilogue.md index ae4a370867..8d92e1734f 100644 --- a/.changelog/epilogue.md +++ b/.changelog/epilogue.md @@ -1,3 +1,26 @@ +## v4.5.0 + +*September 30, 2024* + +### BUG FIXES + +- Remove duplicate event emission on cached context. + ([\#2282](https://github.com/cosmos/interchain-security/pull/2282)) + +### FEATURES + +- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards +with the required consumer chain Id to identify the consumer to the provider. +- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo. + ([\#2290](https://github.com/cosmos/interchain-security/pull/2290)) + +### STATE BREAKING + +- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards +with the required consumer chain Id to identify the consumer to the provider. +- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo. + ([\#2290](https://github.com/cosmos/interchain-security/pull/2290)) + ## v4.4.0 *July 16, 2024* diff --git a/.changelog/unreleased/dependencies/2277-bump-ibc.md b/.changelog/v6.2.0/dependencies/2277-bump-ibc.md similarity index 100% rename from .changelog/unreleased/dependencies/2277-bump-ibc.md rename to .changelog/v6.2.0/dependencies/2277-bump-ibc.md diff --git a/.changelog/unreleased/features/2290-add-memo-to-ICS-rewards.md b/.changelog/v6.2.0/features/2290-add-memo-to-ICS-rewards.md similarity index 100% rename from .changelog/unreleased/features/2290-add-memo-to-ICS-rewards.md rename to .changelog/v6.2.0/features/2290-add-memo-to-ICS-rewards.md diff --git a/.changelog/unreleased/features/2309-allow-permissionless-whitelisting.md b/.changelog/v6.2.0/features/2309-allow-permissionless-whitelisting.md similarity index 100% rename from .changelog/unreleased/features/2309-allow-permissionless-whitelisting.md rename to .changelog/v6.2.0/features/2309-allow-permissionless-whitelisting.md diff --git a/.changelog/unreleased/state-breaking/2290-add-memo-to-ICS-rewards.md b/.changelog/v6.2.0/state-breaking/2290-add-memo-to-ICS-rewards.md similarity index 100% rename from .changelog/unreleased/state-breaking/2290-add-memo-to-ICS-rewards.md rename to .changelog/v6.2.0/state-breaking/2290-add-memo-to-ICS-rewards.md diff --git a/.changelog/unreleased/state-breaking/2309-allow-permissionless-whitelisting.md b/.changelog/v6.2.0/state-breaking/2309-allow-permissionless-whitelisting.md similarity index 100% rename from .changelog/unreleased/state-breaking/2309-allow-permissionless-whitelisting.md rename to .changelog/v6.2.0/state-breaking/2309-allow-permissionless-whitelisting.md diff --git a/.changelog/v6.2.0/summary.md b/.changelog/v6.2.0/summary.md new file mode 100644 index 0000000000..788d56b7cc --- /dev/null +++ b/.changelog/v6.2.0/summary.md @@ -0,0 +1,2 @@ +*October 4, 2024* + diff --git a/CHANGELOG.md b/CHANGELOG.md index f606aa3eeb..aa093f3aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # CHANGELOG +## v6.2.0 + +*October 4, 2024* + +### DEPENDENCIES + +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.5.1](https://github.com/cosmos/ibc-go/releases/tag/v8.5.1). + ([\#2277](https://github.com/cosmos/interchain-security/pull/2277)) + +### FEATURES + +- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards. +with the required consumer chain Id to identify the consumer to the provider. +- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo. + ([\#2290](https://github.com/cosmos/interchain-security/pull/2290)) +- `[x/provider]` Enable permissionless allowlisting of reward denoms (at most 3) per consumer chain. + ([\#2309](https://github.com/cosmos/interchain-security/pull/2309)) + +### STATE BREAKING + +- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards. +with the required consumer chain Id to identify the consumer to the provider. +- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo. + ([\#2290](https://github.com/cosmos/interchain-security/pull/2290)) +- `[x/provider]` Enable permissionless allowlisting of reward denoms (at most 3) per consumer chain. + ([\#2309](https://github.com/cosmos/interchain-security/pull/2309)) + ## v6.1.0 *September 20, 2024* @@ -317,6 +345,29 @@ Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964 - Revert `PutUnbondingOnHold` behavior to ICS@v1 ([\#1819](https://github.com/cosmos/interchain-security/pull/1819)) +## v4.5.0 + +*September 30, 2024* + +### BUG FIXES + +- Remove duplicate event emission on cached context. + ([\#2282](https://github.com/cosmos/interchain-security/pull/2282)) + +### FEATURES + +- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards +with the required consumer chain Id to identify the consumer to the provider. +- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo. + ([\#2290](https://github.com/cosmos/interchain-security/pull/2290)) + +### STATE BREAKING + +- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards +with the required consumer chain Id to identify the consumer to the provider. +- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo. + ([\#2290](https://github.com/cosmos/interchain-security/pull/2290)) + ## v4.4.0 *July 16, 2024*