changelog and version bump

This commit is contained in:
Ethan Buchman 2017-04-26 01:38:18 -04:00
parent b84b369094
commit 76a8e34d64
2 changed files with 8 additions and 2 deletions

View File

@ -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:

View File

@ -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"