Skip to content

Commit

Permalink
docs: update changelog and release notes for ICS v5.1.0 (#2074)
Browse files Browse the repository at this point in the history
* update changelog

* add release notes
  • Loading branch information
sainoe committed Jul 19, 2024
1 parent 408d7e9 commit 16256d1
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 649 deletions.
1 change: 1 addition & 0 deletions .changelog/unreleased/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*July 19, 2024*
1 change: 1 addition & 0 deletions .changelog/v5.1.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*July 19, 2024*
650 changes: 29 additions & 621 deletions CHANGELOG.md

Large diffs are not rendered by default.

45 changes: 17 additions & 28 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,26 @@
<!--
A release notes template that should be adapted for every release
- release: <v*.*.*>
- release branch: <v*.x>
- the last release: <v-last>
- the last release branch: <v-last.x>
-->

# Interchain Security <v*.*.*> Release Notes

<!--
Please indicate whether this release is relevant to consumers or providers.
-->
***Note this release is ONLY relevant to <consumers/providers>***
# Replicated Security v5.1.0 Release Notes

## 📝 Changelog
** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE **
<!-- markdown-link-check-disable -->

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

<!-- Add the following line for major or minor releases -->
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/<v*.x>/UPGRADING.md) when migrating from `<v-last.x>` to `<v*.x>`.
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v5.1.x/UPGRADING.md) when migrating from `v4.3.x` to `v5.1.x`.

** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE **
<!-- markdown-link-check-enable -->
## 🚀 Highlights

<!-- Add any highlights of this release -->
Cosmos SDK v0.50 upgrade:

* (deps) [\#2013](https://github.com/cosmos/interchain-security/pull/2013) Bump multiple dependencies.
* Bump Cosmos-SDK to v0.50.8.
* Bump IBC-Go to v8.3.2.
* Bump CometBFT to v0.38.9.

API-breaking change:

* (feat) [\#1998](https://github.com/cosmos/interchain-security/pull/1998) Change the UX of the provider's
[key assignment feature](docs/docs/features/key-assignment.md) to return an error if a validator
tries to reuse the same consumer key.

## ❤️ Contributors
<!-- markdown-link-check-disable -->
* Informal Systems ([@informalinc](https://twitter.com/informalinc))
<!-- markdown-link-check-enable -->
* (feat) [\#1995](https://github.com/cosmos/interchain-security/pull/1995) Deprecate the
[Soft opt-out Feature](docs/docs/adrs/adr-009-soft-opt-out.md).

This list is non-exhaustive and ordered alphabetically.
Thank you to everyone who contributed to this release!

0 comments on commit 16256d1

Please sign in to comment.