diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8593ffb..21b7cd402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ Friendly reminder: We have a [bug bounty program](https://hackerone.com/cosmos). +## v0.35.4 + +April 18, 2022 + +Special thanks to external contributors on this release: @firelizzard18 + +### FEATURES + +- [cli] [\#8300](https://github.com/tendermint/tendermint/pull/8300) Add a tool to update old config files to the latest version [backport [\#8281](https://github.com/tendermint/tendermint/pull/8281)]. (@creachadair) + +### IMPROVEMENTS + +### BUG FIXES + +- [cli] [\#8294](https://github.com/tendermint/tendermint/pull/8294) keymigrate: ensure block hash keys are correctly translated. (@creachadair) +- [cli] [\#8352](https://github.com/tendermint/tendermint/pull/8352) keymigrate: ensure transaction hash keys are correctly translated. (@creachadair) + ## v0.35.3 April 8, 2022 diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index d3da55ec8..930c90adb 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -2,9 +2,9 @@ Friendly reminder: We have a [bug bounty program](https://hackerone.com/cosmos). -## v0.35.4 +## v0.35.5 -Month, DD, YYYY +Month DD, YYYY Special thanks to external contributors on this release: @@ -22,11 +22,6 @@ Special thanks to external contributors on this release: ### FEATURES -- [cli] \#8300 Add a tool to update old config files to the latest version [backport \#8281]. (@creachadair) - ### IMPROVEMENTS ### BUG FIXES - -- [cli] \#8294 keymigrate: ensure block hash keys are correctly translated. (@creachadair) -- [cli] \#8352 keymigrate: ensure transaction hash keys are correctly translated. (@creachadair)