From bd852160ce14edd8420419d878d0d0582877c69e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:54:16 +0200 Subject: [PATCH] chore: update CHANGELOG.md for v3 (backport #1108) (#1109) chore: update CHANGELOG.md for v3 (#1108) * chore: update CHANGELOG.md for v3 Update changelog to include note about fixing SlashPacket compatibility over the Wire * Update CHANGELOG.md (cherry picked from commit bcb2b27e8085cdd129a846fd76ef3217ec1bc8ee) Co-authored-by: MSalopek --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cb03404c..c07c612136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,9 @@ 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. +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).