diff --git a/CHANGELOG.md b/CHANGELOG.md index fcab6d63f..540a5ed7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +2024-11-29 v24.11.0 +=================== + +Nimbus `v24.11.0` is a `low-urgency` release with performance and compatibility improvements. + +### Improvements + +* Update Holesky bootnodes: + https://github.com/status-im/nimbus-eth2/pull/6703 + +* Improve forward syncing performance: + https://github.com/status-im/nimbus-eth2/pull/6682 + +* Experimental light client-based sync method, for testing only: + https://github.com/status-im/nimbus-eth2/pull/6515 + +### Fixes + +* Avoid validator client network configuration mismatch errors pertaining to unscheduled forks: + https://github.com/status-im/nimbus-eth2/pull/6698 + 2024-10-29 v24.10.0 =================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index bcf997130..ae919028b 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -18,7 +18,7 @@ const "Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH" versionMajor* = 24 - versionMinor* = 10 + versionMinor* = 11 versionBuild* = 0 versionBlob* = "stateofus" # Single word - ends up in the default graffiti