From c9bd99633b61fccfd35e1c39a88e8f11f11d108d Mon Sep 17 00:00:00 2001 From: MSalopek Date: Fri, 30 Jun 2023 12:47:51 +0200 Subject: [PATCH] chore: update CHANGELOG.md for v3 Update changelog to include note about fixing SlashPacket compatibility over the Wire --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cb03404c..5a6e5a3ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Add an entry to the unreleased section whenever merging a PR to main that is not Date: June 21st, 2023 Interchain Security v3 uses SDK 0.47 and IBC 7. - +* (fix) [#1093](https://github.com/cosmos/interchain-security/pull/1093) Make SlashPacketData backward compatible when sending data over the wire * (deps) [#1019](https://github.com/cosmos/interchain-security/pull/1019) Bump multiple dependencies. * Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.47.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.3). * Bump [ibc-go](https://github.com/cosmos/ibc-go) to [v7.1.0](https://github.com/cosmos/ibc-go/releases/tag/v7.1.0).