Skip to content

Commit

Permalink
Merge pull request #590 from binance-chain/release/0.5.9
Browse files Browse the repository at this point in the history
[R4R] prepare for releasing 0.5.9
  • Loading branch information
rickyyangz authored May 28, 2019
2 parents 3705968 + ec93b78 commit b3b14d9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog


## 0.5.9

IMPROVEMENTS
* [rpc] Updated tendermint to make process of websocket request async.

BUG FIXES

* [\#584](https://github.com/binance-chain/node/pull/584) [MatchEngine] Fix minor issues in allocation

## 0.5.5

IMPROVEMENTS
Expand Down
7 changes: 4 additions & 3 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 @@ -37,7 +37,7 @@
[[override]]
name = "github.com/tendermint/tendermint"
source = "github.com/binance-chain/bnc-tendermint"
version = "=v0.30.1-binance.6"
version = "=v0.30.1-binance.7"

[[constraint]]
name = "github.com/cosmos/cosmos-sdk"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
Version string
)

const NodeVersion = "0.5.8"
const NodeVersion = "0.5.9"

func init() {
Version = fmt.Sprintf("Binance Chain Release: %s;", NodeVersion)
Expand Down

0 comments on commit b3b14d9

Please sign in to comment.