diff --git a/CHANGELOG.md b/CHANGELOG.md index 8721d609e285..09be653aa1e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,12 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog +## [v0.41.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.41.3) - 2021-02-18 + +### Bug Fixes + +* [\#8617](https://github.com/cosmos/cosmos-sdk/pull/8617) Fix build failures caused by a small API breakage introduced in tendermint v0.34.7. + ## [v0.41.2](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.41.2) - 2021-02-18 ### Improvements diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7d60ce6af3de..4bb415c5a258 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,5 @@ -# Cosmos SDK v0.41.2 "Stargate" Release Notes +# Cosmos SDK v0.41.3 "Stargate" Release Notes -This release upgrades Tendermint to v0.34.7, and does not introduce any breaking changes. It is **highly recommended** that all applications using v0.41.1 upgrade to v0.41.2 as soon as possible. +This release fixes a build failure caused by a small API breakage introduced in Tendermint v0.34.7. It is **highly recommended** that all applications using v0.41.2 upgrade to v0.41.3 as soon as possible. -### Tendermint v0.34.7 - -Operators running nodes that manage their keys through the Tendermint's `FilePV` implementation were -susceptible to leaking private keys material in the logs. The issue is now fixed in Tendermint v0.34.5 and later versions. - -For more information regarding the patch, please refer to [Tendermint's changelog](https://github.com/tendermint/tendermint/blob/v0.34.7/CHANGELOG.md#v0345). +See the [Cosmos SDK v0.41.3 milestone](https://github.com/cosmos/cosmos-sdk/milestone/39?closed=1) on our issue tracker for details.