Browse Source

version and changelog

pull/1587/head v0.19.4-rc0
Ethan Buchman 6 years ago
parent
commit
19ccd1842f
2 changed files with 13 additions and 2 deletions
  1. +12
    -1
      CHANGELOG.md
  2. +1
    -1
      version/version.go

+ 12
- 1
CHANGELOG.md View File

@ -1,6 +1,17 @@
# Changelog
## 0.19.4 (TBD)
## 0.19.4 (May 17th, 2018)
IMPROVEMENTS
- [state] Improve tx indexing by using batches
- [consensus, state] Improve logging (more consensus logs, fewer tx logs)
- [spec] Moved to `docs/spec` (TODO cleanup the rest of the docs ...)
BUG FIXES
- [consensus] Fix issue #1575 where a late proposer can get stuck
## 0.19.3 (May 14th, 2018)


+ 1
- 1
version/version.go View File

@ -10,7 +10,7 @@ const (
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.19.4-dev"
Version = "0.19.4"
// GitCommit is the current HEAD set using ldflags.
GitCommit string


Loading…
Cancel
Save