Skip to content

Commit c363b7e

Browse files
authored
release: prepare for release v1.5.19 (ethereum#3252)
1 parent 4ae0f6a commit c363b7e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## v1.5.19
3+
### BUGFIX
4+
[\#3251](https://github.com/bnb-chain/bsc/pull/3251) freezer: change freeze batch size
5+
6+
### IMPROVEMENT
7+
[\#3243](https://github.com/bnb-chain/bsc/pull/3178) build(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0
8+
[\#3235](https://github.com/bnb-chain/bsc/pull/3178) refactor: use maps.Copy for cleaner map handling
9+
210
## v1.5.18
311
### FEATURE
412
[\#3158](https://github.com/bnb-chain/bsc/pull/3158) feat: blind bid serves the validator's best interest

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ package version
1919
const (
2020
Major = 1 // Major version component of the current release
2121
Minor = 5 // Minor version component of the current release
22-
Patch = 18 // Patch version component of the current release
22+
Patch = 19 // Patch version component of the current release
2323
Meta = "" // Version metadata to append to the version string
2424
)

0 commit comments

Comments
 (0)