-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |