From d190fc9fb68e75a29a96544d2349080462d10d9b Mon Sep 17 00:00:00 2001 From: MSalopek Date: Wed, 28 Feb 2024 12:36:06 +0100 Subject: [PATCH] chore: changelogs --- .changelog/epilogue.md | 27 +------------------ .../dependencies/1665-use-lsm-sdk.md | 2 ++ .../state-breaking/1665-use-lsm-sdk.md | 2 ++ .changelog/v3.3.3-lsm/summary.md | 2 ++ 4 files changed, 7 insertions(+), 26 deletions(-) create mode 100644 .changelog/v3.3.3-lsm/dependencies/1665-use-lsm-sdk.md create mode 100644 .changelog/v3.3.3-lsm/state-breaking/1665-use-lsm-sdk.md create mode 100644 .changelog/v3.3.3-lsm/summary.md diff --git a/.changelog/epilogue.md b/.changelog/epilogue.md index 08e82ea253..3a080d16b9 100644 --- a/.changelog/epilogue.md +++ b/.changelog/epilogue.md @@ -1,28 +1,3 @@ -## v3.1.0 - -Date July 11th, 2023 - -A minor upgrade to v3.0.0, which removes the panic in the consumer ccv module which would occur in an emergency scenario where the ccv channel is closed. This release also fixes how a distribution related event is emitted, and bumps cometbft. - -* (feat) [#1127](https://github.com/cosmos/interchain-security/pull/1127) Remove consumer panic when ccv channel is closed -* (fix) [#720](https://github.com/cosmos/interchain-security/issues/720) Fix the attribute `AttributeDistributionTotal` value in `FeeDistribution` event emit. -* (deps) [#1119](https://github.com/cosmos/interchain-security/pull/1119) bump cometbft from `v0.37.1` to `0.37.2`. - -## v3.0.0 - -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). - * Bump [CometBFT](https://github.com/cometbft/cometbft) to [v0.37.1](https://github.com/cometbft/cometbft/releases/tag/v0.37.1). -* `[x/ccv/provider]` (fix) [#945](https://github.com/cosmos/interchain-security/issues/945) Refactor `AfterUnbondingInitiated` to not panic when `PutUnbondingOnHold` returns error. -* `[x/ccv/provider]` (fix) [#977](https://github.com/cosmos/interchain-security/pull/977) Avoids panicking the provider when an unbonding delegation was removed through a `CancelUnbondingDelegation` message. -* `[x/ccv/democracy]` (feat) [#1019](https://github.com/cosmos/interchain-security/pull/1019) Whitelisting non-legacy params in the "democracy module" require the entire module to be whitelisted. - ## Previous Versions -[CHANGELOG of previous versions](https://github.com/cosmos/interchain-security/blob/main/CHANGELOG.md) \ No newline at end of file +[CHANGELOG of previous versions](https://github.com/cosmos/interchain-security/blob/main/CHANGELOG.md) diff --git a/.changelog/v3.3.3-lsm/dependencies/1665-use-lsm-sdk.md b/.changelog/v3.3.3-lsm/dependencies/1665-use-lsm-sdk.md new file mode 100644 index 0000000000..e197f56b3b --- /dev/null +++ b/.changelog/v3.3.3-lsm/dependencies/1665-use-lsm-sdk.md @@ -0,0 +1,2 @@ +- Update cosmos-sdk to v0.47.10-ics-lsm + ([\#1665](https://github.com/cosmos/interchain-security/pull/1665)) \ No newline at end of file diff --git a/.changelog/v3.3.3-lsm/state-breaking/1665-use-lsm-sdk.md b/.changelog/v3.3.3-lsm/state-breaking/1665-use-lsm-sdk.md new file mode 100644 index 0000000000..e197f56b3b --- /dev/null +++ b/.changelog/v3.3.3-lsm/state-breaking/1665-use-lsm-sdk.md @@ -0,0 +1,2 @@ +- Update cosmos-sdk to v0.47.10-ics-lsm + ([\#1665](https://github.com/cosmos/interchain-security/pull/1665)) \ No newline at end of file diff --git a/.changelog/v3.3.3-lsm/summary.md b/.changelog/v3.3.3-lsm/summary.md new file mode 100644 index 0000000000..bc288155f4 --- /dev/null +++ b/.changelog/v3.3.3-lsm/summary.md @@ -0,0 +1,2 @@ +*February 28, 2024* +