Prepare changelog for release v0.34.16. (#8000)

This commit is contained in:
M. J. Fromberger
2022-02-25 08:12:20 -08:00
committed by GitHub
parent 96085df7c1
commit 1d25a3f0bc
3 changed files with 13 additions and 3 deletions

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.15"
TMVersionDefault = "0.34.16"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"