Prepare changelog for v0.34.19. (#8278)

This commit is contained in:
M. J. Fromberger
2022-04-07 14:39:44 -07:00
committed by GitHub
parent 6e85f46d9a
commit 2f231ceb95
3 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
Friendly reminder, we have a [bug bounty program](https://hackerone.com/cosmos).
## v0.34.19
### BUG FIXES
- [cli] [\#8270](https://github.com/tendermint/tendermint/issues/8270) fix reset commands (@alexanderbez).
## v0.34.18
### BREAKING CHANGES

View File

@@ -1,6 +1,6 @@
# Unreleased Changes
## v0.34.19
## v0.34.20
Special thanks to external contributors on this release:

View File

@@ -7,7 +7,7 @@ var (
const (
// TMVersionDefault is the used as the fallback version of Tendermint Core
// when not using git describe. It is formatted with semantic versioning.
TMVersionDefault = "0.34.18"
TMVersionDefault = "0.34.19"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"