Skip to content

Commit

Permalink
docs: prepare v6.1.0 (#2303)
Browse files Browse the repository at this point in the history
* update changelog

* update release notes
  • Loading branch information
mpoke authored Sep 20, 2024
1 parent f2303ab commit 1e60637
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 13 deletions.
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

0 comments on commit 1e60637

Please sign in to comment.