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: update docs for v5.1.1 release #2100

Merged
merged 4 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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: 0 additions & 1 deletion .changelog/unreleased/summary.md

This file was deleted.

1 change: 1 addition & 0 deletions .changelog/v5.1.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*July 26, 2024*
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v5.1.1

*July 26, 2024*

### API BREAKING

- [Provider](x/ccv/provider)
- Fix incorrect message defitions in the proto files of the provider module
([\#2095](https://github.com/cosmos/interchain-security/pull/2095))

### STATE BREAKING

- [Provider](x/ccv/provider)
- Fix incorrect message defitions in the proto files of the provider module
([\#2095](https://github.com/cosmos/interchain-security/pull/2095))

## v5.1.0

*July 19, 2024*
Expand Down
21 changes: 4 additions & 17 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@
# Replicated Security v5.1.0 Release Notes
# Replicated Security v5.1.1 Release Notes

## 📝 Changelog
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.
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v5.1.1/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v5.1.0...v5.1.1) 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/v5.1.x/UPGRADING.md) when migrating from `v4.3.x` to `v5.1.x`.

## 🚀 Highlights

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.

* (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).
API- and state-breaking change:

This release fixes some bugs found in the message definitions of the provider module, see [\#2095](https://github.com/cosmos/interchain-security/pull/2095) for more details.
Loading