Skip to content

Commit

Permalink
release: draft release v0.10.11 (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing authored Apr 18, 2023
1 parent b09c03d commit 659ef6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## v0.10.11
BUG FIX
* [\#942](https://github.com/bnb-chain/node/pull/942) [deps] deps: bump cosmos-sdk to v0.26.2

## v0.10.10
FEATURES
* [\#936](https://github.com/bnb-chain/node/pull/936) [BEP]: enable bep171 upgrade on mainnet #936

## v0.10.9

BUG FIX
* [\#930](https://github.com/bnb-chain/node/pull/930) [deps] deps: bump cosmos-sdk to v0.26.1

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.10"
const NodeVersion = "v0.10.11"

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

0 comments on commit 659ef6e

Please sign in to comment.