File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
10
## v1.5.18
3
11
### FEATURE
4
12
[ \# 3158] ( https://github.com/bnb-chain/bsc/pull/3158 ) feat: blind bid serves the validator's best interest
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ package version
19
19
const (
20
20
Major = 1 // Major version component of the current release
21
21
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
23
23
Meta = "" // Version metadata to append to the version string
24
24
)
You can’t perform that action at this time.
0 commit comments