Bump to version 0.5.1
This commit is contained in:
parent
9444427d7e
commit
b8687a5864
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue