release: update version and changelogs
This commit is contained in:
parent
8375939226
commit
781e567db7
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.1.14
|
||||||
|
IMPROVEMENT
|
||||||
|
* [\#1057](https://github.com/bnb-chain/bsc/pull/1057) ci: allow merge pull request
|
||||||
|
* [\#1063](https://github.com/bnb-chain/bsc/pull/1063) ci: fix the pattern of commit lint
|
||||||
|
|
||||||
|
BUGFIX
|
||||||
|
* [\#1062](https://github.com/bnb-chain/bsc/pull/1062) test: fix TestOfflineBlockPrune failed randomly
|
||||||
|
* [\#1076](https://github.com/bnb-chain/bsc/pull/1076) bug: pick some patches from go-ethereum on v1.10.18
|
||||||
|
* [\#1079](https://github.com/bnb-chain/bsc/pull/1079) core: fix potential goroutine leak
|
||||||
|
|
||||||
## v1.1.13
|
## v1.1.13
|
||||||
|
|
||||||
FEATURE
|
FEATURE
|
||||||
|
@ -23,7 +23,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
VersionMajor = 1 // Major version component of the current release
|
VersionMajor = 1 // Major version component of the current release
|
||||||
VersionMinor = 1 // Minor version component of the current release
|
VersionMinor = 1 // Minor version component of the current release
|
||||||
VersionPatch = 13 // Patch version component of the current release
|
VersionPatch = 14 // Patch version component of the current release
|
||||||
VersionMeta = "" // Version metadata to append to the version string
|
VersionMeta = "" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user