Prepare changelog for release v0.35.4. (#8360)

This commit is contained in:
M. J. Fromberger
2022-04-17 22:34:09 -07:00
committed by GitHub
parent 04c1f76569
commit 8682489551
2 changed files with 19 additions and 7 deletions

View File

@@ -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

View File

@@ -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)