Skip to content

Commit

Permalink
update to tm v0.23.1
Browse files Browse the repository at this point in the history
- fixes unbounded WAL growth
  • Loading branch information
ebuchman committed Aug 22, 2018
1 parent 2c6ed0f commit 0bf061b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.24.2

*August 22nd, 2018*

BUG FIXES

* Tendermint
- Fix unbounded consensus WAL growth

## 0.24.1

*August 21st, 2018*
Expand Down
9 changes: 4 additions & 5 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

[[override]]
name = "github.com/tendermint/tendermint"
version = "=v0.23.0"
version = "=v0.23.1-rc0"

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

const Maj = "0"
const Min = "24"
const Fix = "1"
const Fix = "2"

const Version = "0.24.1"
const Version = "0.24.2"

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

0 comments on commit 0bf061b

Please sign in to comment.