prepare changelog and bump versions to v0.31.2

This commit is contained in:
Ismail Khoffi
2019-04-01 12:32:37 +02:00
parent 0ae41cc663
commit ab24925c94
3 changed files with 35 additions and 9 deletions

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.31.1"
TMCoreSemVer = "0.31.2"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.0"