Skip to content

Commit 21dc2de

Browse files
authored
docs: bring v6.2.0 and v4.5.0 changelogs to main (#2364)
* bring v6.2.0 changelog to main * bring v4.5.0 changelog to main
1 parent cdb8166 commit 21dc2de

8 files changed

+76
-0
lines changed

.changelog/epilogue.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v4.5.0
2+
3+
*September 30, 2024*
4+
5+
### BUG FIXES
6+
7+
- Remove duplicate event emission on cached context.
8+
([\#2282](https://github.com/cosmos/interchain-security/pull/2282))
9+
10+
### FEATURES
11+
12+
- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards
13+
with the required consumer chain Id to identify the consumer to the provider.
14+
- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo.
15+
([\#2290](https://github.com/cosmos/interchain-security/pull/2290))
16+
17+
### STATE BREAKING
18+
19+
- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards
20+
with the required consumer chain Id to identify the consumer to the provider.
21+
- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo.
22+
([\#2290](https://github.com/cosmos/interchain-security/pull/2290))
23+
124
## v4.4.0
225

326
*July 16, 2024*

.changelog/v6.2.0/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*October 4, 2024*
2+

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# CHANGELOG
22

3+
## v6.2.0
4+
5+
*October 4, 2024*
6+
7+
### DEPENDENCIES
8+
9+
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
10+
[v8.5.1](https://github.com/cosmos/ibc-go/releases/tag/v8.5.1).
11+
([\#2277](https://github.com/cosmos/interchain-security/pull/2277))
12+
13+
### FEATURES
14+
15+
- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards.
16+
with the required consumer chain Id to identify the consumer to the provider.
17+
- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo.
18+
([\#2290](https://github.com/cosmos/interchain-security/pull/2290))
19+
- `[x/provider]` Enable permissionless allowlisting of reward denoms (at most 3) per consumer chain.
20+
([\#2309](https://github.com/cosmos/interchain-security/pull/2309))
21+
22+
### STATE BREAKING
23+
24+
- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards.
25+
with the required consumer chain Id to identify the consumer to the provider.
26+
- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo.
27+
([\#2290](https://github.com/cosmos/interchain-security/pull/2290))
28+
- `[x/provider]` Enable permissionless allowlisting of reward denoms (at most 3) per consumer chain.
29+
([\#2309](https://github.com/cosmos/interchain-security/pull/2309))
30+
331
## v6.1.0
432

533
*September 20, 2024*
@@ -317,6 +345,29 @@ Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964
317345
- Revert `PutUnbondingOnHold` behavior to ICS@v1
318346
([\#1819](https://github.com/cosmos/interchain-security/pull/1819))
319347

348+
## v4.5.0
349+
350+
*September 30, 2024*
351+
352+
### BUG FIXES
353+
354+
- Remove duplicate event emission on cached context.
355+
([\#2282](https://github.com/cosmos/interchain-security/pull/2282))
356+
357+
### FEATURES
358+
359+
- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards
360+
with the required consumer chain Id to identify the consumer to the provider.
361+
- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo.
362+
([\#2290](https://github.com/cosmos/interchain-security/pull/2290))
363+
364+
### STATE BREAKING
365+
366+
- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards
367+
with the required consumer chain Id to identify the consumer to the provider.
368+
- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo.
369+
([\#2290](https://github.com/cosmos/interchain-security/pull/2290))
370+
320371
## v4.4.0
321372

322373
*July 16, 2024*

0 commit comments

Comments
 (0)