diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2c94a34e..7e599621c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,60 @@ # CHANGELOG +## v5.0.0 + +*May 9, 2024* + +### DEPENDENCIES + +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.1.x](https://github.com/cosmos/ibc-go/releases/tag/v8.1.0). + ([\#1698](https://github.com/cosmos/interchain-security/pull/1698)) +- Bump [CometBFT](https://github.com/cometbft/cometbft) to + [v0.38.4\5](https://github.com/cometbft/cometbft/releases/tag/v0.38.5). + ([\#1698](https://github.com/cosmos/interchain-security/pull/1698)) +- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to +[v0.50.x](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.4) +([\#1698](https://github.com/cosmos/interchain-security/pull/1698)) + +### FEATURES + +- [Consumer](x/ccv/consumer) + - Add consumer `MsgUpdateParams` from [cosmos-sdk](https://github.com/cosmos/cosmos-sdk). + ([\#1814](https://github.com/cosmos/interchain-security/pull/1814)). +- [Provider](x/ccv/provider) + - Add provider `MsgUpdateParams` from [cosmos-sdk](https://github.com/cosmos/cosmos-sdk). + ([\#1698](https://github.com/cosmos/interchain-security/pull/1698)). + +### STATE BREAKING + +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.1.x](https://github.com/cosmos/ibc-go/releases/tag/v8.1.0). + ([\#1698](https://github.com/cosmos/interchain-security/pull/1698)) +- Bump [CometBFT](https://github.com/cometbft/cometbft) to + [v0.38.4\5](https://github.com/cometbft/cometbft/releases/tag/v0.38.5). + ([\#1698](https://github.com/cosmos/interchain-security/pull/1698)) +- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to +[v0.50.x](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.4) +([\#1698](https://github.com/cosmos/interchain-security/pull/1698)) +- Revert `PutUnbondingOnHold` behavior to ICS@v1 +([\#1819](https://github.com/cosmos/interchain-security/pull/1819)) + +## v4.3.1 + +*July 4, 2024* + +### BUG FIXES + +- [Provider](x/ccv/provider) + - Add missing check for the minimum height of evidence in the consumer double-vote handler. + [#2007](https://github.com/cosmos/interchain-security/pull/2007) + +### STATE BREAKING + +- [Provider](x/ccv/provider) + - Add missing check for the minimum height of evidence in the consumer double-vote handler. + [#2007](https://github.com/cosmos/interchain-security/pull/2007) + ## v4.3.0 *June 20, 2024*