Skip to content

Commit 02f6492

Browse files
committed
release: prepare for release v1.6.6
1 parent 3f25574 commit 02f6492

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## v1.6.6
3+
### BUGFIX
4+
core/txpool: drop peers on invalid KZG proofs
5+
crypto/ecies: use aes blocksize
6+
27
## v1.6.5
38
### FEATURE
49
[\#3488](https://github.com/bnb-chain/bsc/pull/3488) miner: optional transaction gas limit cap

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 = 6 // Minor version component of the current release
22-
Patch = 5 // Patch version component of the current release
22+
Patch = 6 // Patch version component of the current release
2323
Meta = "" // Version metadata to append to the version string
2424
)

0 commit comments

Comments
 (0)