We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b753c6a commit bf0283aCopy full SHA for bf0283a
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## v1.6.7
3
+### BUGFIX
4
+crypto/secp256k1: fix coordinate check
5
+crypto/ecies: fix ECIES invalid-curve handling
6
+
7
## v1.6.6
8
### BUGFIX
9
core/txpool: drop peers on invalid KZG proofs
version/version.go
@@ -19,6 +19,6 @@ package version
19
const (
20
Major = 1 // Major version component of the current release
21
Minor = 6 // Minor version component of the current release
22
- Patch = 6 // Patch version component of the current release
+ Patch = 7 // Patch version component of the current release
23
Meta = "" // Version metadata to append to the version string
24
)
0 commit comments