mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-01 17:42:16 +00:00
changelog and version
This commit is contained in:
parent
e1ee4d6bf5
commit
f860c33515
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.8.0 (TBD)
|
## 0.8.0 (December 6, 2017)
|
||||||
|
|
||||||
BREAKING CHANGES:
|
BREAKING CHANGES:
|
||||||
- [client] all XxxSync methods now return (ResponseXxx, error)
|
- [client] all XxxSync methods now return (ResponseXxx, error)
|
||||||
|
@ -3,7 +3,7 @@ package version
|
|||||||
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
|
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
|
||||||
|
|
||||||
const Maj = "0"
|
const Maj = "0"
|
||||||
const Min = "7"
|
const Min = "8"
|
||||||
const Fix = "1"
|
const Fix = "0"
|
||||||
|
|
||||||
const Version = "0.7.1"
|
const Version = "0.8.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user