diff --git a/.changelog/unreleased/bug-fixes/provider/1925-apply-audit-suggestions.md b/.changelog/unreleased/bug-fixes/provider/1925-apply-audit-suggestions.md deleted file mode 100644 index 3d12033a4e..0000000000 --- a/.changelog/unreleased/bug-fixes/provider/1925-apply-audit-suggestions.md +++ /dev/null @@ -1,3 +0,0 @@ -- Apply audit suggestions that include a bug fix in the way we compute the - maximum capped power. ([\#1925](https://github.com/cosmos/interchain- - security/pull/1925)) diff --git a/.changelog/unreleased/bug-fixes/1921-write-stderr.md b/.changelog/v4.3.0/bug-fixes/1921-write-stderr.md similarity index 100% rename from .changelog/unreleased/bug-fixes/1921-write-stderr.md rename to .changelog/v4.3.0/bug-fixes/1921-write-stderr.md diff --git a/.changelog/v4.3.0/bug-fixes/provider/1925-apply-audit-suggestions.md b/.changelog/v4.3.0/bug-fixes/provider/1925-apply-audit-suggestions.md new file mode 100644 index 0000000000..5c9d04c2e7 --- /dev/null +++ b/.changelog/v4.3.0/bug-fixes/provider/1925-apply-audit-suggestions.md @@ -0,0 +1,3 @@ +- Apply audit suggestions that include a bug fix in the way we compute the + maximum capped power. + ([\#1925](https://github.com/cosmos/interchain-security/pull/1925)) diff --git a/.changelog/unreleased/bug-fixes/provider/1946-get-consumer-chains.md b/.changelog/v4.3.0/bug-fixes/provider/1946-get-consumer-chains.md similarity index 100% rename from .changelog/unreleased/bug-fixes/provider/1946-get-consumer-chains.md rename to .changelog/v4.3.0/bug-fixes/provider/1946-get-consumer-chains.md diff --git a/.changelog/unreleased/dependencies/1974-bump-ibc.md b/.changelog/v4.3.0/dependencies/1974-bump-ibc.md similarity index 100% rename from .changelog/unreleased/dependencies/1974-bump-ibc.md rename to .changelog/v4.3.0/dependencies/1974-bump-ibc.md diff --git a/.changelog/unreleased/features/provider/1932-allow-pss-params-changes.md b/.changelog/v4.3.0/features/provider/1932-allow-pss-params-changes.md similarity index 100% rename from .changelog/unreleased/features/provider/1932-allow-pss-params-changes.md rename to .changelog/v4.3.0/features/provider/1932-allow-pss-params-changes.md diff --git a/.changelog/unreleased/improvements/provider/1929-distribute-rewards-to-long-term-validating-validators.md b/.changelog/v4.3.0/improvements/provider/1929-distribute-rewards-to-long-term-validating-validators.md similarity index 100% rename from .changelog/unreleased/improvements/provider/1929-distribute-rewards-to-long-term-validating-validators.md rename to .changelog/v4.3.0/improvements/provider/1929-distribute-rewards-to-long-term-validating-validators.md diff --git a/.changelog/unreleased/state-breaking/1974-bump-ibc.md b/.changelog/v4.3.0/state-breaking/1974-bump-ibc.md similarity index 100% rename from .changelog/unreleased/state-breaking/1974-bump-ibc.md rename to .changelog/v4.3.0/state-breaking/1974-bump-ibc.md diff --git a/.changelog/unreleased/state-breaking/provider/1925-apply-audit-suggestions.md b/.changelog/v4.3.0/state-breaking/provider/1925-apply-audit-suggestions.md similarity index 100% rename from .changelog/unreleased/state-breaking/provider/1925-apply-audit-suggestions.md rename to .changelog/v4.3.0/state-breaking/provider/1925-apply-audit-suggestions.md diff --git a/.changelog/unreleased/state-breaking/provider/1929-distribute-rewards-to-long-term-validating-validators.md b/.changelog/v4.3.0/state-breaking/provider/1929-distribute-rewards-to-long-term-validating-validators.md similarity index 100% rename from .changelog/unreleased/state-breaking/provider/1929-distribute-rewards-to-long-term-validating-validators.md rename to .changelog/v4.3.0/state-breaking/provider/1929-distribute-rewards-to-long-term-validating-validators.md diff --git a/.changelog/unreleased/state-breaking/provider/1932-allow-pss-params-changes.md b/.changelog/v4.3.0/state-breaking/provider/1932-allow-pss-params-changes.md similarity index 100% rename from .changelog/unreleased/state-breaking/provider/1932-allow-pss-params-changes.md rename to .changelog/v4.3.0/state-breaking/provider/1932-allow-pss-params-changes.md diff --git a/.changelog/v4.3.0/summary.md b/.changelog/v4.3.0/summary.md new file mode 100644 index 0000000000..f633d1635e --- /dev/null +++ b/.changelog/v4.3.0/summary.md @@ -0,0 +1 @@ +*June 20, 2024* diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8fd579ab..6d2c94a34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,56 @@ # CHANGELOG +## v4.3.0 + +*June 20, 2024* + +### BUG FIXES + +- General + - Write unbonding period advisory to stderr instead of stdout + ([\#1921](https://github.com/cosmos/interchain-security/pull/1921)) +- [Provider](x/ccv/provider) + - Apply audit suggestions that include a bug fix in the way we compute the + maximum capped power. + ([\#1925](https://github.com/cosmos/interchain-security/pull/1925)) + - Replace `GetAllConsumerChains` with lightweight version + (`GetAllRegisteredConsumerChainIDs`) that doesn't call into the staking module + ([\#1946](https://github.com/cosmos/interchain-security/pull/1946)) + +### DEPENDENCIES + +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v7.6.0](https://github.com/cosmos/ibc-go/releases/tag/v7.6.0). + ([\#1974](https://github.com/cosmos/interchain-security/pull/1974)) + +### FEATURES + +- [Provider](x/ccv/provider) + - Allow consumer chains to change their PSS parameters. + ([\#1932](https://github.com/cosmos/interchain-security/pull/1932)) + +### IMPROVEMENTS + +- [Provider](x/ccv/provider) + - Only start distributing rewards to validators after they have been validating + for a fixed number of blocks. Introduces the `NumberOfEpochsToStartReceivingRewards` param. + ([\#1929](https://github.com/cosmos/interchain-security/pull/1929)) + +### STATE BREAKING + +- General + - Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v7.6.0](https://github.com/cosmos/ibc-go/releases/tag/v7.6.0). + ([\#1974](https://github.com/cosmos/interchain-security/pull/1974)) +- [Provider](x/ccv/provider) + - Apply audit suggestions that include a bug fix in the way we compute the + maximum capped power. ([\#1925](https://github.com/cosmos/interchain-security/pull/1925)) + - Only start distributing rewards to validators after they have been validating + for a fixed number of blocks. Introduces the `NumberOfEpochsToStartReceivingRewards` param. + ([\#1929](https://github.com/cosmos/interchain-security/pull/1929)) + - Allow consumer chains to change their PSS parameters. + ([\#1932](https://github.com/cosmos/interchain-security/pull/1932)) + ## v4.2.0 May 17, 2024 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ce576b63cf..d4350c895f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,7 @@ - the last release branch: --> -# Replicated Security Release Notes +# Interchain Security Release Notes