From b1218c6cd1253a590cfd6a19d61b7608321df810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 10 Nov 2021 11:55:57 +0100 Subject: [PATCH] Version 1.5.4 --- CHANGELOG.md | 6 +++--- beacon_chain/version.nim | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1680adab..82abea730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -2021-11-09 v1.5.3 +2021-11-09 v1.5.4 ================= -Nimbus `v1.5.3` is a `medium-urgency` hotfix release. It addresses an important issue which, in rare cases, can lead to the loss of attestations and sync committee messages. This can, in turn, lead to a reduction in rewards. +Nimbus `v1.5.4` is a `medium-urgency` hotfix release. It addresses an important issue which, in rare cases, can lead to the loss of attestations and sync committee messages. This can, in turn, lead to a reduction in rewards. Please upgrade at your earliest convenience. @@ -25,7 +25,7 @@ Please upgrade at your earliest convenience. * The `--log-file` option is now deprecated and may be removed in a future release (if you wish to log to a file, we recommend redirecting the standard output). - Please note that the --log-file option was previously supported only when Nimbus was built from source. If your existing configuration used the --log-file option with a binary release, upgrading to v1.5.3 will enable the log file creation (though a deprecation warning will be printed on start-up). + Please note that the --log-file option was previously supported only when Nimbus was built from source. If your existing configuration used the --log-file option with a binary release, upgrading to v1.5.4 will enable the log file creation (though a deprecation warning will be printed on start-up). 2021-10-21 v1.5.2 diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 57795543d..27d033d03 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -15,7 +15,7 @@ when not defined(nimscript): const versionMajor* = 1 versionMinor* = 5 - versionBuild* = 3 + versionBuild* = 4 versionBlob* = "stateofus" # Single word - ends up in the default graffitti