Skip to content

Commit

Permalink
Merge pull request #837 from binance-chain/r_v0.8.3
Browse files Browse the repository at this point in the history
[R4R] upgrade version and changelog
  • Loading branch information
forcodedancing authored Jan 5, 2022
2 parents 680333b + 9b6ecd5 commit e9af4a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 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


## 0.8.2
BUG FIXES
* [\#823](https://github.com/binance-chain/node/pull/823) [Pub] return error when executing mirror or mirror sync request failed
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.8.2"
const NodeVersion = "v0.8.3"

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

0 comments on commit e9af4a8

Please sign in to comment.