diff --git a/CHANGELOG.md b/CHANGELOG.md index 163e298f5..5f4feb884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.9.0 +IMPROVEMENTS +* [\#835](https://github.com/bnb-chain/node/pull/835) [Staking] Implement BEP128 + ## 0.8.3 IMPROVEMENTS * [\#836](https://github.com/binance-chain/node/pull/836) [Deps] Upgrade tendermint to v0.32.3-binance.6; upgrade cosmos-sdk to v0.25.0 binance.25 diff --git a/version/version.go b/version/version.go index 4e2c9a25c..2ba995524 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ var ( Version string ) -const NodeVersion = "v0.8.3" +const NodeVersion = "v0.9.0" func init() { Version = fmt.Sprintf("Binance Chain Release: %s;", NodeVersion)