Skip to content

Commit

Permalink
docs: prepare v4.1.1 (#1799)
Browse files Browse the repository at this point in the history
* update changelog

* update changelog entry
  • Loading branch information
mpoke committed Apr 22, 2024
1 parent 1b4db96 commit f4d20b9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
Empty file added .changelog/unreleased/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions .changelog/v4.1.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*April 22, 2024*
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
9 changes: 2 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# Replicated Security v4.1.0 Release Notes
# Replicated Security v4.1.1 Release Notes

<!--
Please indicate whether this release is relevant to consumers or providers.
-->
***Note this release is ONLY relevant to providers***

## 📝 Changelog
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v4.1.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v4.0.0...v4.1.0) from last release.
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v4.1.1/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v4.1.0...v4.1.1) from last release.

<!-- Add the following line for major releases -->
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.

0 comments on commit f4d20b9

Please sign in to comment.