Skip to content

Commit bf0283a

Browse files
committed
release: prepare for release v1.6.7
1 parent b753c6a commit bf0283a

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.7
3+
### BUGFIX
4+
crypto/secp256k1: fix coordinate check
5+
crypto/ecies: fix ECIES invalid-curve handling
6+
27
## v1.6.6
38
### BUGFIX
49
core/txpool: drop peers on invalid KZG proofs

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

0 commit comments

Comments
 (0)