mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
CHANGELOG and version bump
This commit is contained in:
@@ -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,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"
|
||||
|
Reference in New Issue
Block a user