From ac387d24bd3b61df5a0fa50c25c88c3054b4f0e2 Mon Sep 17 00:00:00 2001 From: Shahan Khatchadourian Date: Tue, 9 Mar 2021 11:44:42 -0500 Subject: [PATCH] Changelog for v4.0.6 (#743) * Changelog for v4.0.6 * Update CHANGELOG.md Co-authored-by: Alessio Treglia --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3b0368292..6e8a8c5416f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,18 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v4.0.6] - 2021-03-09 + +### Bug Fixes + +This release bumps the Cosmos SDK, which includes an important security fix for all non +Cosmos Hub chains (e.g. any chain that does not use the default cosmos bech32 prefix), +and a few performance improvements. The SDK also applies a security fix for validator +address conversion in evidence handling, and the full header is now emitted on an +IBC UpdateClient message event. + +* (sdk) Bump SDK version to [v0.42.0](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.0) + ## [v4.0.5] - 2021-03-02 ### Bug Fixes @@ -266,7 +278,8 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm -[Unreleased]: https://github.com/cosmos/gaia/compare/v4.0.5...HEAD +[Unreleased]: https://github.com/cosmos/gaia/compare/v4.0.6...HEAD +[v4.0.6]: https://github.com/cosmos/gaia/releases/tag/v4.0.6 [v4.0.5]: https://github.com/cosmos/gaia/releases/tag/v4.0.5 [v4.0.4]: https://github.com/cosmos/gaia/releases/tag/v4.0.4 [v4.0.3]: https://github.com/cosmos/gaia/releases/tag/v4.0.3