prepare for release v.1.1.6 (#603)
This commit is contained in:
parent
3337081222
commit
a9ac317571
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,4 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## v1.1.6
|
||||
BUGFIX
|
||||
* [\#582](https://github.com/binance-chain/bsc/pull/582) the DoS vulnerabilities fixed in go-ethereum v1.10.9
|
||||
|
||||
IMPROVEMENT
|
||||
* [\#578](https://github.com/binance-chain/bsc/pull/578) reduce memory allocation and upgrade snappy version
|
||||
|
||||
FEATURES
|
||||
* [\#570](https://github.com/binance-chain/bsc/pull/570) reannounce local pending transactions
|
||||
|
||||
## v1.1.5
|
||||
BUGFIX
|
||||
* [\#509](https://github.com/binance-chain/bsc/pull/509) fix graceful shutdown bug
|
||||
|
@ -23,7 +23,7 @@ import (
|
||||
const (
|
||||
VersionMajor = 1 // Major version component of the current release
|
||||
VersionMinor = 1 // Minor version component of the current release
|
||||
VersionPatch = 5 // Patch version component of the current release
|
||||
VersionPatch = 6 // Patch version component of the current release
|
||||
VersionMeta = "" // Version metadata to append to the version string
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user