diff --git a/.changelog/unreleased/.gitkeep b/.changelog/unreleased/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.changelog/unreleased/bug-fixes/provider/1722-query-valcons-format.md b/.changelog/v4.1.1/bug-fixes/provider/1722-query-valcons-format.md similarity index 100% rename from .changelog/unreleased/bug-fixes/provider/1722-query-valcons-format.md rename to .changelog/v4.1.1/bug-fixes/provider/1722-query-valcons-format.md diff --git a/.changelog/v4.1.1/summary.md b/.changelog/v4.1.1/summary.md new file mode 100644 index 0000000000..c5601d7f30 --- /dev/null +++ b/.changelog/v4.1.1/summary.md @@ -0,0 +1 @@ +*April 22, 2024* diff --git a/CHANGELOG.md b/CHANGELOG.md index 826f70a57a..22dbc1d364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## v4.1.1 + +*April 22, 2024* + +### BUG FIXES + +- [Provider](x/ccv/provider) + - Fix the output format of QueryAllPairsValConAddrByConsumerChainID to be consumer addresses instead of bytes + ([\#1722](https://github.com/cosmos/interchain-security/pull/1722)) + ## v4.1.0 *April 17, 2024* diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7b7d6ab3cd..e296f3014b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -# Replicated Security v4.1.0 Release Notes +# Replicated Security v4.1.1 Release Notes Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v4.1.x/UPGRADING.md) when migrating from `v4.0.x` to `v4.1.x`. - -## 🚀 Highlights -This release introduces epochs that reduce the costs of relaying IBC packets for ICS. -In addition it introduces queries to retrieve the send timestamp of the oldest unconfirmed VSCPacket by chain id and -for current values of all provider parameters.