update changelog and bump version

This commit is contained in:
Ethan Buchman
2017-05-15 12:52:33 -04:00
parent d07b2352ad
commit d82c7edf3a
2 changed files with 26 additions and 3 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ package version
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
const Maj = "0"
const Min = "4"
const Fix = "1"
const Min = "5"
const Fix = "0"
const Version = "0.4.1"
const Version = "0.5.0"