|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 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 | + |
3 | 53 | ## v5.0.0
|
4 | 54 |
|
5 | 55 | *May 9, 2024*
|
|
0 commit comments