diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bee8392..614a47293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Changelog +## v0.10.19 +This is the bug-fix release for the sunset of BNB Beacon Chain. + +FEATURES +* [\#1015](https://github.com/bnb-chain/node/pull/1015) [fix] fix: publish ChainUndelegate event and ledger sig issue + ## v0.10.18 -This is the buf-fix release for the sunset of BNB Beacon Chain. +This is the bug-fix release for the sunset of BNB Beacon Chain. FEATURES * [\#1014](https://github.com/bnb-chain/node/pull/1014) [fix] fix: publish completed UnbondingDelegation events to kafka in EndBlock diff --git a/version/version.go b/version/version.go index 83bb5e65a..377e18b92 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ var ( Version string ) -const NodeVersion = "v0.10.16" +const NodeVersion = "v0.10.19" func init() { Version = fmt.Sprintf("BNB Beacon Chain Release: %s;", NodeVersion)