Skip to content

Commit 5d18d5f

Browse files
authored
Merge pull request #1019 from cosmos/release/v0.17.1
update tm to 0.19.4. update changelog and version
2 parents 35d0e34 + 13d1667 commit 5d18d5f

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.17.1 (May 17, 2018)
4+
5+
Update to Tendermint v0.19.4 (fixes a consensus bug and improves logging)
6+
37
## 0.17.0 (May 15, 2018)
48

59
BREAKING CHANGES

Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
[[constraint]]
7272
name = "github.com/tendermint/tendermint"
73-
version = "0.19.3-rc0"
73+
version = "0.19.4-rc0"
7474

7575
[[override]]
7676
name = "github.com/tendermint/tmlibs"

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ package version
77

88
const Maj = "0"
99
const Min = "17"
10-
const Fix = "0"
10+
const Fix = "1"
1111

12-
const Version = "0.17.0"
12+
const Version = "0.17.1"
1313

1414
// GitCommit set by build flags
1515
var GitCommit = ""

0 commit comments

Comments
 (0)