prepare for release v1.0.5 (#64)
This commit is contained in:
parent
e09e48a02f
commit
0a1e79e2a1
19
CHANGELOG.md
19
CHANGELOG.md
@ -1,5 +1,24 @@
|
||||
# Changelog
|
||||
|
||||
## v1.0.5
|
||||
|
||||
SECURITY
|
||||
* [\#63](https://github.com/binance-chain/bsc/pull/63) security patches from go-ethereum
|
||||
* [\#54](https://github.com/binance-chain/bsc/pull/54) les: fix GetProofsV2 that could potentially cause a panic.
|
||||
|
||||
FEATURES
|
||||
* [\#56](https://github.com/binance-chain/bsc/pull/56) apply mirror sync upgrade
|
||||
* [\#53](https://github.com/binance-chain/bsc/pull/53) support fork id in header; elegant upgrade
|
||||
|
||||
IMPROVEMENT
|
||||
* [\#61](https://github.com/binance-chain/bsc/pull/61)Add `x-forward-for` log message when handle message failed
|
||||
* [\#60](https://github.com/binance-chain/bsc/pull/61) add rpc method request gauge
|
||||
|
||||
BUGFIX
|
||||
* [\#59](https://github.com/binance-chain/bsc/pull/59) fix potential deadlock of pub/sub module
|
||||
|
||||
|
||||
|
||||
## v1.0.4
|
||||
|
||||
IMPROVEMENT
|
||||
|
@ -23,7 +23,7 @@ import (
|
||||
const (
|
||||
VersionMajor = 1 // Major version component of the current release
|
||||
VersionMinor = 0 // Minor version component of the current release
|
||||
VersionPatch = 4 // Patch version component of the current release
|
||||
VersionPatch = 5 // Patch version component of the current release
|
||||
VersionMeta = "" // Version metadata to append to the version string
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user