changelog and version bump
This commit is contained in:
parent
b84b369094
commit
76a8e34d64
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.4.1 (April 26, 2017)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
- Fix bug in `basecoin unsafe_reset_X` where the `priv_validator.json` was not being reset
|
||||
|
||||
## 0.4.0 (April 21, 2017)
|
||||
|
||||
BREAKING CHANGES:
|
||||
|
|
|
@ -2,6 +2,6 @@ package version
|
|||
|
||||
const Maj = "0"
|
||||
const Min = "4"
|
||||
const Fix = "0"
|
||||
const Fix = "1"
|
||||
|
||||
const Version = Maj + "." + Min + "." + Fix
|
||||
const Version = "0.4.1"
|
||||
|
|
Loading…
Reference in New Issue