Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: prepare v6.1.0 #2303

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/v6.1.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*September 20, 2024*
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v6.1.0

*September 20, 2024*

### BUG FIXES

- Remove duplicate event emission on cached context.
([\#2282](https://github.com/cosmos/interchain-security/pull/2282))
- `[x/provider]` Add patch to enable ICS rewards from Stride to be distributed.
([\#2288](https://github.com/cosmos/interchain-security/pull/2288))

### STATE BREAKING

- `[x/provider]` Add patch to enable ICS rewards from Stride to be distributed.
([\#2288](https://github.com/cosmos/interchain-security/pull/2288))

## v6.0.0

*September 12, 2024*
Expand Down
16 changes: 4 additions & 12 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
<!--
A release notes template that should be adapted for every release
- release: v6.0.0
- release branch: v6.0.x
- the last release: v5.2.0
- the last release branch: v5.2.x
-->
# Interchain Security v6.1.0 Release Notes

# Interchain Security v6.0.0 Release Notes

❗ ***Note this release is ONLY relevant to providers***
⚠️ ***This release in the v6 release series should be used instead of the deprecated [v6.0.0](https://github.com/cosmos/interchain-security/releases/tag/v6.0.0) release.***

## 📝 Changelog

Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v6.0.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/<v-last>...v6.0.0) from last release.
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v6.1.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v5.2.0...v6.1.0) from last release.

Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v6.0.x/UPGRADING.md) when migrating from `v5.2.x` to `v6.0.x`.
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v6.1.x/UPGRADING.md) when migrating from `v5.2.x` to `v6.1.x`.

## 🚀 Highlights

Expand Down
4 changes: 3 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Upgrading Replicated Security

## v6.0.x
## v6.1.x

_Note that [v6.0.0](https://github.com/cosmos/interchain-security/releases/tag/v6.0.0) is deprecated and should not be used in production_.

### Provider

Expand Down
Loading