prepare v0.31.4 release:

- prep changelog
 - add missing changelog entries
 - fix minor glitch in existing changelog (v0.31.2)
 - bump versions
This commit is contained in:
Ismail Khoffi
2019-04-12 14:24:51 +02:00
parent a453628c4e
commit b6da8880c2
3 changed files with 40 additions and 15 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.3"
TMCoreSemVer = "0.31.4"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.0"