Skip to content

Commit

Permalink
add fix entry to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Jul 9, 2024
1 parent cac3556 commit f463925
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down

0 comments on commit f463925

Please sign in to comment.