Release/v0.32.1 (#3801)

* Release branch for v0.32.1

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* add links to changelog

* wording change

* Apply suggestions from code review

Comment from PR

Co-Authored-By: Ethan Buchman <ethan@coinculture.info>

* add link bump abci Version

* include doc change for abci/app

* moved abci change to features as it doesnt break the abci

* pr comments (#3803)

* pr comments

* abci changelog change

* Marko/update release1 (#3806)

* pr comments

* remove empty space
This commit is contained in:
Marko
2019-07-15 18:16:52 +02:00
committed by Ethan Buchman
parent 86f7089396
commit 06a57baa59
3 changed files with 62 additions and 46 deletions

View File

@@ -20,10 +20,10 @@ 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.0"
TMCoreSemVer = "0.32.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.0"
ABCISemVer = "0.16.1"
ABCIVersion = ABCISemVer
)