mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 13:11:38 +00:00
changelog and version bump
This commit is contained in:
@ -11,6 +11,10 @@ BREAKING CHANGES:
|
|||||||
- [types] Updates to CheckTx/DeliverTx around tags and fees
|
- [types] Updates to CheckTx/DeliverTx around tags and fees
|
||||||
- [types] Remove code and log from Commit
|
- [types] Remove code and log from Commit
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
- [all] remove go-wire and go-crypto dependencies :)
|
||||||
|
|
||||||
## 0.9.0 (December 28, 2017)
|
## 0.9.0 (December 28, 2017)
|
||||||
|
|
||||||
BREAKING CHANGES:
|
BREAKING CHANGES:
|
||||||
|
@ -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 = "9"
|
const Min = "10"
|
||||||
const Fix = "0"
|
const Fix = "0"
|
||||||
|
|
||||||
const Version = "0.9.0"
|
const Version = "0.10.0"
|
||||||
|
Reference in New Issue
Block a user