diff --git a/CHANGELOG.md b/CHANGELOG.md index f477bbb52b..2d23bbdb29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +2023-06-26 v23.6.1 +================== + +Nimbus `v23.6.1` is a `low-urgency` point release significantly improving the performance of database pruning on Nimbus instances that have accumulated history prior to April 2021 (Nimbus 1.1.0). Affected users are advised to upgrade as soon as possible in order to reduce the risk of missed attestations and blocks. + +Fixes: + +* The legacy Nimbus database is not subjected to pruning due to the high I/O cost of the operations: + https://github.com/status-im/nimbus-eth2/pull/5116 + + 2023-06-20 v23.6.0 ================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 3560d05617..0dddccfaf0 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -18,7 +18,7 @@ const versionMajor* = 23 versionMinor* = 6 - versionBuild* = 0 + versionBuild* = 1 versionBlob* = "stateofus" # Single word - ends up in the default graffiti