We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5b250 commit b76cdb0Copy full SHA for b76cdb0
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+1.9.1
2
+ - Avoid crash when required interfaces for chain status command are not supported
3
+ - Avoid crash with latest version of herumi/go-bls
4
+
5
6
1.9.0
7
- allow use of Ethereum 1 address as withdrawal credentials
8
cmd/version.go
@@ -24,7 +24,7 @@ import (
24
25
// ReleaseVersion is the release version of the codebase.
26
// Usually overridden by tag names when building binaries.
27
-var ReleaseVersion = "local build (latest release 1.9.0)"
+var ReleaseVersion = "local build (latest release 1.9.1)"
28
29
// versionCmd represents the version command
30
var versionCmd = &cobra.Command{
0 commit comments