From f4d44e157f4bdd1fc9fe5018625749fa0b0532f5 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Tue, 7 Nov 2023 09:04:51 +0100 Subject: [PATCH] update CHANGELOG for final release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c82babcb..21ae06d5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Add an entry to the unreleased section whenever merging a PR to main that is not targeted at a specific release. These entries will eventually be included in a release. +## v2.2.0-provider-lsm + ### Cryptographic verification of equivocation * New feature enabling the provider chain to verify equivocation evidence on its own instead of trusting consumer chains, see [EPIC](https://github.com/cosmos/interchain-security/issues/732).