Bump to version 0.5.1

This commit is contained in:
Ethan Frey 2017-05-30 18:37:58 +02:00
parent 9444427d7e
commit b8687a5864
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.5.1 (May 30, 2017)
BUG FIXES:
- fix ibc demo app to use proper tendermint flags, 0.10.0-rc2 compatibility
- Make sure all cli uses new json.Marshal not wire.JSONBytes
## 0.5.0 (May 27, 2017)
BREAKING CHANGES:

View File

@ -2,6 +2,6 @@ package version
const Maj = "0"
const Min = "5"
const Fix = "0"
const Fix = "1"
const Version = "0.5.0"
const Version = "0.5.1"