Skip to content

Commit a221871

Browse files
authored
docs: prepare v5.2.0 release (cosmos#2212)
prepare v5.2.0 release
1 parent 1dd3885 commit a221871

File tree

6 files changed

+35
-6
lines changed

6 files changed

+35
-6
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Improve provider message validation.
2+
([1dd3885](https://github.com/cosmos/interchain-security/commit/1dd38851dbb9e0d98c61bd11375ee7e140527833))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Improve provider message validation.
2+
([1dd3885](https://github.com/cosmos/interchain-security/commit/1dd38851dbb9e0d98c61bd11375ee7e140527833))

.changelog/v5.2.0/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*September 4, 2024*

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## v5.2.0
4+
5+
*September 4, 2024*
6+
7+
### BUG FIXES
8+
9+
- [Provider](x/ccv/provider)
10+
- Improve provider message validation.
11+
([1dd3885](https://github.com/cosmos/interchain-security/commit/1dd38851dbb9e0d98c61bd11375ee7e140527833))
12+
13+
### STATE BREAKING
14+
15+
- [Provider](x/ccv/provider)
16+
- Improve provider message validation.
17+
([1dd3885](https://github.com/cosmos/interchain-security/commit/1dd38851dbb9e0d98c61bd11375ee7e140527833))
18+
319
## v5.1.1
420

521
*July 26, 2024*

RELEASE_NOTES.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# Replicated Security v5.1.1 Release Notes
1+
# Replicated Security v5.2.0 Release Notes
22

33
## 📝 Changelog
4-
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.
4+
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v5.2.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v5.1.1...v5.2.0) from last release.
55

66
<!-- Add the following line for major or minor releases -->
7-
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`.
7+
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v5.2.x/UPGRADING.md) when migrating from `v5.1.x` to `v5.2.x`.
88

99
## 🚀 Highlights
1010

11-
API- and state-breaking change:
12-
13-
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.
11+
This release fixes a security vulnerability found in the provider module -- it improves the provider message validation

UPGRADING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Upgrading Replicated Security
22

3+
## v5.2.x
4+
5+
### Provider
6+
7+
Providers using versions `v5.1.x` can upgrade to `v5.2.x`.
8+
9+
### Consumer
10+
11+
***This release does not affect the consumer chains.***
12+
313
## [v5.1.x](https://github.com/cosmos/interchain-security/releases/tag/v5.1.1)
414

515
### Provider

0 commit comments

Comments
 (0)