diff --git a/.changelog/v4.5.0/features/2290-add-memo-to-ICS-rewards.md b/.changelog/v4.5.0/features/2290-add-memo-to-ICS-rewards.md index 421967ddab..f9b2dda531 100644 --- a/.changelog/v4.5.0/features/2290-add-memo-to-ICS-rewards.md +++ b/.changelog/v4.5.0/features/2290-add-memo-to-ICS-rewards.md @@ -1,4 +1,4 @@ -- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards. +- `[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)) \ No newline at end of file diff --git a/.changelog/v4.5.0/state-breaking/2290-add-memo-to-ICS-rewards.md b/.changelog/v4.5.0/state-breaking/2290-add-memo-to-ICS-rewards.md index 421967ddab..f9b2dda531 100644 --- a/.changelog/v4.5.0/state-breaking/2290-add-memo-to-ICS-rewards.md +++ b/.changelog/v4.5.0/state-breaking/2290-add-memo-to-ICS-rewards.md @@ -1,4 +1,4 @@ -- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards. +- `[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)) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 70bbe911b3..a9be72f1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,14 +11,14 @@ ### FEATURES -- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards. +- `[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. +- `[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))