|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 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 | + |
3 | 31 | ## v6.1.0
|
4 | 32 |
|
5 | 33 | *September 20, 2024*
|
@@ -317,6 +345,29 @@ Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964
|
317 | 345 | - Revert `PutUnbondingOnHold` behavior to ICS@v1
|
318 | 346 | ([\#1819](https://github.com/cosmos/interchain-security/pull/1819))
|
319 | 347 |
|
| 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 | + |
320 | 371 | ## v4.4.0
|
321 | 372 |
|
322 | 373 | *July 16, 2024*
|
|
0 commit comments