prepare v0.29.2 (#3272)

* update changelog

* linkify

* bump version

* update main changelog

* final fixes

* entry for wal fix

* changelog preamble

* remove a line
This commit is contained in:
Ethan Buchman
2019-02-07 19:34:01 -05:00
committed by GitHub
parent 11e36d0bfb
commit f571ee8876
3 changed files with 44 additions and 22 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const (
// Must be a string because scripts like dist.sh read this file.
// XXX: Don't change the name of this variable or you will break
// automation :)
TMCoreSemVer = "0.29.1"
TMCoreSemVer = "0.29.2"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"