Browse Source

version and changelog

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
38eb32d7bf
2 changed files with 7 additions and 3 deletions
  1. +5
    -1
      CHANGELOG.md
  2. +2
    -2
      version/version.go

+ 5
- 1
CHANGELOG.md View File

@ -1,14 +1,18 @@
# Changelog
## 0.9.0 (TBD)
## 0.9.0 (December 28, 2017)
BREAKING CHANGES:
- [types] Id -> ID
- [types] ResponseEndBlock: renamed Diffs field to ValidatorUpdates
- [types] changed protobuf field indices for Request and Response oneof types
FEATURES:
- [types] ResponseEndBlock: added ConsensusParamUpdates
BUG FIXES:
- [cmd] fix console and batch commands to use a single persistent connection
## 0.8.0 (December 6, 2017)
BREAKING CHANGES:


+ 2
- 2
version/version.go View File

@ -3,7 +3,7 @@ package version
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
const Maj = "0"
const Min = "8"
const Min = "9"
const Fix = "0"
const Version = "0.8.0"
const Version = "0.9.0"

Loading…
Cancel
Save