Skip to content

Commit b1218c6

Browse files
Version 1.5.4
1 parent 782318d commit b1218c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
2021-11-09 v1.5.3
1+
2021-11-09 v1.5.4
22
=================
33

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.
4+
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.
55

66
Please upgrade at your earliest convenience.
77

@@ -25,7 +25,7 @@ Please upgrade at your earliest convenience.
2525

2626
* 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).
2727

28-
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).
28+
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).
2929

3030

3131
2021-10-21 v1.5.2

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ when not defined(nimscript):
1515
const
1616
versionMajor* = 1
1717
versionMinor* = 5
18-
versionBuild* = 3
18+
versionBuild* = 4
1919

2020
versionBlob* = "stateofus" # Single word - ends up in the default graffitti
2121

0 commit comments

Comments
 (0)