Skip to content

Commit 7b419f1

Browse files
authored
docs: add v5.1.0 to changelog (#2096)
add v5.1.0 changelogs
1 parent 5f9af23 commit 7b419f1

13 files changed

+57
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Remove soft opt-out feature. ([\#1995](https://github.com/cosmos/interchain-security/pull/1995))
2+
Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964)).
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Remove soft opt-out feature. ([\#1995](https://github.com/cosmos/interchain-security/pull/1995))
2+
Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964)).
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Remove soft opt-out feature. ([\#1995](https://github.com/cosmos/interchain-security/pull/1995))
2+
Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964)).

.changelog/v5.1.0/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*July 19, 2024*

CHANGELOG.md

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

3+
## v5.1.0
4+
5+
*July 19, 2024*
6+
7+
### API BREAKING
8+
9+
- General
10+
- Remove soft opt-out feature. ([\#1995](https://github.com/cosmos/interchain-security/pull/1995))
11+
Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964)).
12+
- [Provider](x/ccv/provider)
13+
- Change the UX in key assignment by returning an error if a validator tries to
14+
reuse the same consumer key.
15+
([\#1998](https://github.com/cosmos/interchain-security/pull/1998))
16+
17+
### DEPENDENCIES
18+
19+
- Bump [CometBFT](https://github.com/cometbft/cometbft) to
20+
[v0.38.9](https://github.com/cometbft/cometbft/releases/tag/v0.38.9).
21+
([\#2013](https://github.com/cosmos/interchain-security/pull/2013))
22+
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
23+
[v8.3.2](https://github.com/cosmos/ibc-go/releases/tag/v8.3.2).
24+
([\#2053](https://github.com/cosmos/interchain-security/pull/2053))
25+
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
26+
[v0.50.8](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.8)
27+
([\#2053](https://github.com/cosmos/interchain-security/pull/2053))
28+
29+
### FEATURES
30+
31+
- Remove soft opt-out feature. ([\#1995](https://github.com/cosmos/interchain-security/pull/1995))
32+
Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964)).
33+
34+
### STATE BREAKING
35+
36+
- General
37+
- Remove soft opt-out feature. ([\#1995](https://github.com/cosmos/interchain-security/pull/1995))
38+
Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964)).
39+
- Bump [CometBFT](https://github.com/cometbft/cometbft) to
40+
[v0.38.9](https://github.com/cometbft/cometbft/releases/tag/v0.38.9).
41+
([\#2013](https://github.com/cosmos/interchain-security/pull/2013))
42+
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
43+
[v8.3.2](https://github.com/cosmos/ibc-go/releases/tag/v8.3.2).
44+
([\#2053](https://github.com/cosmos/interchain-security/pull/2053))
45+
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
46+
[v0.50.8](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.8)
47+
([\#2053](https://github.com/cosmos/interchain-security/pull/2053))
48+
- [Provider](x/ccv/provider)
49+
- Change the UX in key assignment by returning an error if a validator tries to
50+
reuse the same consumer key.
51+
([\#1998](https://github.com/cosmos/interchain-security/pull/1998))
52+
353
## v5.0.0
454

555
*May 9, 2024*

0 commit comments

Comments
 (0)