Prep release v0.31.0:

- update changelog, reset pending
 - bump versions
 - add external contributors (partly manually)
This commit is contained in:
Ismail Khoffi
2019-03-12 20:07:26 +01:00
parent 4cbd36f341
commit 85c023db88
3 changed files with 53 additions and 30 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.30.2"
TMCoreSemVer = "0.31.0"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"