update tm to 0.19.4. update changelog and version

This commit is contained in:
Ethan Buchman 2018-05-17 16:10:16 -04:00
parent 35d0e34b26
commit 13d1667ac8
4 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.17.1 (May 17, 2018)
Update to Tendermint v0.19.4 (fixes a consensus bug and improves logging)
## 0.17.0 (May 15, 2018)
BREAKING CHANGES

6
Gopkg.lock generated
View File

@ -341,8 +341,8 @@
"types/priv_validator",
"version"
]
revision = "03f6a29a64fc4d26322a90839b892014d2cb90a5"
version = "v0.19.3-rc0"
revision = "19ccd1842fe5efffcc2ff32e6cfc127ca0cd1f9b"
version = "v0.19.4-rc0"
[[projects]]
name = "github.com/tendermint/tmlibs"
@ -457,6 +457,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "30cd9c49b9e87f62f40a02fd0ba35a2d67a519ef781e06316246b307e6be638d"
inputs-digest = "8c37fee3e6d3034b865c68185f4796223fe53b1b0ee4a305adbee5f53c50bfce"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -70,7 +70,7 @@
[[constraint]]
name = "github.com/tendermint/tendermint"
version = "0.19.3-rc0"
version = "0.19.4-rc0"
[[override]]
name = "github.com/tendermint/tmlibs"

View File

@ -7,9 +7,9 @@ package version
const Maj = "0"
const Min = "17"
const Fix = "0"
const Fix = "1"
const Version = "0.17.0"
const Version = "0.17.1"
// GitCommit set by build flags
var GitCommit = ""