Skip to content

Commit

Permalink
docs: bring v6.2.0 and v4.5.0 changelogs to main (#2364)
Browse files Browse the repository at this point in the history
* bring v6.2.0 changelog to main

* bring v4.5.0 changelog to main
  • Loading branch information
mpoke authored Oct 18, 2024
1 parent cdb8166 commit 21dc2de
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .changelog/epilogue.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
2 changes: 2 additions & 0 deletions .changelog/v6.2.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*October 4, 2024*

51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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*
Expand Down

0 comments on commit 21dc2de

Please sign in to comment.