CHANGELOG: update release/v0.32.8 details (#4162)

- update master with changelog from v0.32.8
- bump `tm-version` in `version.go`

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
This commit is contained in:
Marko
2019-11-19 16:28:19 +01:00
committed by Tess Rinearson
parent aca94fd9a0
commit 97222eb90f
3 changed files with 37 additions and 16 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.32.7"
TMCoreSemVer = "0.32.8"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.1"