diff --git a/CHANGELOG.md b/CHANGELOG.md index fce77ff..17835ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.9.1 + - Avoid crash when required interfaces for chain status command are not supported + - Avoid crash with latest version of herumi/go-bls + + 1.9.0 - allow use of Ethereum 1 address as withdrawal credentials diff --git a/cmd/version.go b/cmd/version.go index d1a045b..988bdfe 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -24,7 +24,7 @@ import ( // ReleaseVersion is the release version of the codebase. // Usually overridden by tag names when building binaries. -var ReleaseVersion = "local build (latest release 1.9.0)" +var ReleaseVersion = "local build (latest release 1.9.1)" // versionCmd represents the version command var versionCmd = &cobra.Command{