Bump to version 0.5.1
This commit is contained in:
@@ -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
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user