Skip to content

Commit ccb2679

Browse files
authored
docs: bring v6.1.0 changelog to main (#2304)
* bring v6.1.0 changelog to main * replace v6.0.0 with v6.1.0 in releases docs
1 parent 27eaaff commit ccb2679

File tree

7 files changed

+21
-4
lines changed

7 files changed

+21
-4
lines changed

.changelog/v6.1.0/summary.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*September 20, 2024*

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## v6.1.0
4+
5+
*September 20, 2024*
6+
7+
### BUG FIXES
8+
9+
- Remove duplicate event emission on cached context.
10+
([\#2282](https://github.com/cosmos/interchain-security/pull/2282))
11+
- `[x/provider]` Add patch to enable ICS rewards from Stride to be distributed.
12+
([\#2288](https://github.com/cosmos/interchain-security/pull/2288))
13+
14+
### STATE BREAKING
15+
16+
- `[x/provider]` Add patch to enable ICS rewards from Stride to be distributed.
17+
([\#2288](https://github.com/cosmos/interchain-security/pull/2288))
18+
319
## v6.0.0
420

521
*September 12, 2024*

FEATURES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following table indicates the major ICS features available in the [currently active releases](./RELEASES.md#version-matrix):
44

5-
| Feature | `v4.0.0` | `v4.3.1` | `v4.3.1-lsm` | `v4.4.0` | `v5.0.0` | `v5.2.0` | `v6.0.0` |
5+
| Feature | `v4.0.0` | `v4.3.1` | `v4.3.1-lsm` | `v4.4.0` | `v5.0.0` | `v5.2.0` | `v6.1.0` |
66
|---------|---------:|---------:|-------------:|---------:|---------:|---------:|----------:|
77
| [Channel initialization: new chains](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#channel-initialization-new-chains) ||||||||
88
| [Validator set update](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#validator-set-update) ||||||||

RELEASES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ All missing minor release versions have been discontinued.
6363
| `v4.4.x` | January 24, 2025 |
6464
| `v5.0.x` | May 9, 2025 |
6565
| `v5.2.x` | May 9, 2025 |
66-
| `v6.0.x` | Sep 13, 2025 |
66+
| `v6.1.x` | Sep 13, 2025 |
6767

6868
**Note**: Gaia versions on SDK 0.47 (i.e., `v15.0.x` -- `v18.1.x`) use a fork of Cosmos SDK (i.e., `v0.47.x-ics-lsm`) that contains the Liquid Staking Module (LSM).
6969
This means that these versions of Gaia require a fork of ICS.
@@ -82,7 +82,7 @@ Versions of Golang, IBC, Cosmos SDK and CometBFT used by ICS in the currently ac
8282
| [v4.4.0](https://github.com/cosmos/interchain-security/releases/tag/v4.4.0) | 1.21 | v7.6.0 | v0.47.12 | v0.37.6 | |
8383
| [v5.0.0](https://github.com/cosmos/interchain-security/releases/tag/v5.0.0) | 1.21 | v8.1.0 | v0.50.4 | v0.38.5 | |
8484
| [v5.2.0](https://github.com/cosmos/interchain-security/releases/tag/v5.2.0) | 1.22 | v8.3.2 | v0.50.8 | v0.38.9 | |
85-
| [v6.0.0](https://github.com/cosmos/interchain-security/releases/tag/v6.0.0) | 1.22 | v8.5.0 | v0.50.9 | v0.38.11 | |
85+
| [v6.1.0](https://github.com/cosmos/interchain-security/releases/tag/v6.1.0) | 1.22 | v8.5.0 | v0.50.9 | v0.38.11 | |
8686

8787
**Note:** For a list of major ICS features available in the currently active releases, see [FEATURES.md](./FEATURES.md).
8888

@@ -92,7 +92,7 @@ A MAJOR version of ICS will always be backwards compatible with the previous MAJ
9292

9393
The following table indicates the compatibility of currently active releases:
9494

95-
| Consumer | Provider | `v4.3.1-lsm` | `v5.2.0` | `v6.0.0` |
95+
| Consumer | Provider | `v4.3.1-lsm` | `v5.2.0` | `v6.1.0` |
9696
| -------- | -------- | ------------ | -------- | -------- |
9797
| `v4.0.0` | ||||
9898
| `v4.3.1` | ||||

0 commit comments

Comments
 (0)