Skip to content

Commit

Permalink
update tendermint to v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Apr 29, 2018
1 parent 7843062 commit 59a5da4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.15.1 (April 29, 2018)

IMPROVEMENTS:

* Update Tendermint to v0.19.1 (includes many rpc fixes)

## 0.15.0 (April 29, 2018)

FEATURES:
Expand Down
25 changes: 13 additions & 12 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@

[[constraint]]
name = "github.com/tendermint/go-amino"
version = "~0.9.6"
version = "~0.9.8"

[[constraint]]
name = "github.com/tendermint/iavl"
version = "~0.7.0"

[[constraint]]
name = "github.com/tendermint/tendermint"
version = "0.19.0"
version = "0.19.1"

[[override]]
name = "github.com/tendermint/tmlibs"
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ package version

const Maj = "0"
const Min = "15"
const Fix = "0"
const Fix = "1"

const Version = "0.15.0"
const Version = "0.15.1"

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

0 comments on commit 59a5da4

Please sign in to comment.