Prepare v0.26.4 changelog (#2921)

* prepare changelog

* linkify changelog

* changelog and version

* update changelog
This commit is contained in:
Ethan Buchman
2018-11-27 08:43:21 -05:00
committed by GitHub
parent 92dc5fc77a
commit 1abf34aa91
3 changed files with 45 additions and 17 deletions

View File

@ -18,7 +18,7 @@ const (
// TMCoreSemVer is the current version of Tendermint Core.
// It's the Semantic Version of the software.
// Must be a string because scripts like dist.sh read this file.
TMCoreSemVer = "0.26.3"
TMCoreSemVer = "0.26.4"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"