From f3d5d06f8edcfe1b25f3b9c4b2dc59128717827b Mon Sep 17 00:00:00 2001 From: mpoke Date: Mon, 8 May 2023 19:09:36 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c72d0c9a2f..a14a9f6c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +## v1.2.0-multiden + +Date: May 8th, 2023 + +Note: This release is consensus breaking for the consumer. + +- (fix) Add a list of denoms that are allowed to be sent to the provider as rewards. As a result, a potential DOS attack is prevented. + +## v1.2.0 + +- (cli) [#746](https://github.com/cosmos/interchain-security/pull/746) Add a query endpoint for fetching consumer chain params. +- (deps) [#805](https://github.com/cosmos/interchain-security/pull/805) Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.45.15-ics](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.15-ics) and migrate to [CometBFT](https://github.com/cometbft/cometbft). +- (fix) [#846](https://github.com/cosmos/interchain-security/pull/846) Correctly handle VSC packet with duplicate val updates on consumer. +- (feat) [#833](https://github.com/cosmos/interchain-security/pull/833) Soft opt-out: allows the bottom `x%` of the validator set by power to opt out of validating consumer chains without being jailed or otherwise punished for it. + ## v1.0.0 Date: February 6th, 2023