Skip to content

Commit

Permalink
prepare for release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyyangz committed Sep 11, 2019
1 parent f726c73 commit d428fe0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.6.2
BUG FIXES
* [\#641](https://github.com/binance-chain/node/pull/641) [Dex] add max lock time in time lock plugin
* [\#633]( https://github.com/binance-chain/node/pull/633)[CLI] fix offline mode issue for sending order
* [\#651]( https://github.com/binance-chain/node/pull/651)[API] add account flag in api-server account query response


IMPROVEMENTS
* [\#638](https://github.com/binance-chain/node/pull/638) [Pub] BEP39 - add memo to transfer kafka message
* [\#639](https://github.com/binance-chain/node/pull/639) [ABCI] add levels parameter to depth ABCI query
* [\#643](https://github.com/binance-chain/node/pull/643) [TOOL] tools: state_recover add index height rollback
* [\#637](https://github.com/binance-chain/node/pull/637) [CLI] add account flag check for enable command and disable command

FEATURES
* [\#634](https://github.com/binance-chain/node/pull/634) [Token] BEP3 - Atomic swap


## 0.6.1-hf.1
BUG FIXES
* [\#635](https://github.com/binance-chain/node/pull/635) fix panic in pre-check is not recovered
Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# Changelog
## Develop

BUG FIXES
* [\#641](https://github.com/binance-chain/node/pull/641) [Dex] Add max lock time in time lock plugin

IMPROVEMENTS
* [\#638](https://github.com/binance-chain/node/pull/638) [Pub] BEP39 - add memo to transfer kafka message
* [\#639](https://github.com/binance-chain/node/pull/639) [ABCI] add levels parameter to depth ABCI query
* [\#643](https://github.com/binance-chain/node/pull/643) [TOOL] tools: state_recover add index height rollback
4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
[[override]]
name = "github.com/tendermint/iavl"
source = "github.com/binance-chain/bnc-tendermint-iavl"
version = "=v0.12.0-binance.1"
version = "=v0.12.0-binance.2"

[[override]]
name = "github.com/tendermint/tendermint"
Expand All @@ -42,7 +42,7 @@
[[constraint]]
name = "github.com/cosmos/cosmos-sdk"
source = "github.com/binance-chain/bnc-cosmos-sdk"
branch = "develop"
version = "=v0.25.0-binance.19"
[[prune.project]]
name = "github.com/zondax/hid"
unused-packages = false
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 = "develop"
const NodeVersion = "0.6.2"

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

0 comments on commit d428fe0

Please sign in to comment.