Skip to content

Commit

Permalink
release: prepare release for v0.10.14 (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing authored Jun 6, 2023
1 parent 1188e42 commit 600ede1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.10.14
FEATURES
* [\#953](https://github.com/bnb-chain/node/pull/953) [cli] feat:support setting acc prefix when collecting gentxs
* [\#957](https://github.com/bnb-chain/node/pull/957) [deps] deps: bump cosmos-sdk to v0.26.5

## v0.10.13
BUG FIX
* [\#950](https://github.com/bnb-chain/node/pull/950) [deps] fix: bump cosmos sdk to fix validator unmarshal issue
Expand Down
2 changes: 1 addition & 1 deletion asset/mainnet/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ FixDoubleSignChainIdHeight = 9223372036854775807
# Block height of BEP171 upgrade
BEP171Height = 310182000
#Block height of BEP126 upgrade
BEP126Height = 9223372036854775807
BEP126Height = 321213000

[addr]
# Bech32PrefixAccAddr defines the Bech32 prefix of an account's address
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 = "v0.10.13"
const NodeVersion = "v0.10.14"

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

0 comments on commit 600ede1

Please sign in to comment.