From d19ffcaa0d9505d81a83d7be0049154cae871c7b Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 6 Nov 2023 16:27:05 +0200 Subject: [PATCH] Version 23.10.1 --- CHANGELOG.md | 6 ++++++ beacon_chain/version.nim | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d1b7543f..4461184410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +2023-11-06 v23.10.1 +=================== + +Nimbus `v23.10.1` is a `low-urgency` hotfix release addressing a peer scoring issue introduced in the `v23.10.0` release. The issue manifests under specific network circumstances as a buildup of gossip topics with a low number of peers. Affected users are advised to upgrade at their earliest convenience. + + 2023-10-17 v23.10.0 =================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 9691bc30d6..434d792b46 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -18,7 +18,7 @@ const versionMajor* = 23 versionMinor* = 10 - versionBuild* = 0 + versionBuild* = 1 versionBlob* = "stateofus" # Single word - ends up in the default graffiti