Browse Source

changelog and version

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

+ 1
- 1
CHANGELOG.md View File

@ -1,6 +1,6 @@
# Changelog
## 0.8.0 (TBD)
## 0.8.0 (December 6, 2017)
BREAKING CHANGES:
- [client] all XxxSync methods now return (ResponseXxx, error)


+ 3
- 3
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 = "7"
const Fix = "1"
const Min = "8"
const Fix = "0"
const Version = "0.7.1"
const Version = "0.8.0"

Loading…
Cancel
Save