Browse Source

CHANGELOG and version bump

pull/461/head
Ethan Buchman 7 years ago
parent
commit
6bcd4242f1
2 changed files with 8 additions and 2 deletions
  1. +6
    -0
      CHANGELOG.md
  2. +2
    -2
      version/version.go

+ 6
- 0
CHANGELOG.md View File

@ -1,5 +1,11 @@
# Changelog
## 0.9.2 (April 26, 2017)
BUG FIXES:
- Fix bug in `ResetPrivValidator` where we were using the global config and log (causing external consumers, eg. basecoin, to fail).
## 0.9.1 (April 21, 2017)
FEATURES:


+ 2
- 2
version/version.go View File

@ -2,6 +2,6 @@ package version
const Maj = "0"
const Min = "9"
const Fix = "1"
const Fix = "2"
const Version = "0.9.1"
const Version = "0.9.2"

Loading…
Cancel
Save