update changelog and bump version to v0.32.6

This commit is contained in:
Anton Kaliaev
2019-10-10 12:08:02 -05:00
parent fb65d065ae
commit 143b2b85c3
3 changed files with 25 additions and 2 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.5"
TMCoreSemVer = "0.32.6"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.1"