diff --git a/CHANGELOG.md b/CHANGELOG.md index a9664ff4c..8f19be546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +2024-07-29 v24.7.0 +================== + +Nimbus `v24.7.0` is a `low-urgency` release with beacon API improvements and fixes. + +### Improvements + +* Add support for publishBlindedBlockV2 beacon API endpoint: + https://github.com/status-im/nimbus-eth2/pull/6413 + +* Improve block proposal rewards in the absence of pre-aggregated sync contributions: + https://github.com/status-im/nimbus-eth2/pull/6384 + +### Fixes + +* Fix SSZ decoding for beacon API publishBlock and publishBlockV2 endpoints + https://github.com/status-im/nimbus-eth2/pull/6408 + +* Fix `statuses` parameter handling in postStateValidators beacon API endpoint: + https://github.com/status-im/nimbus-eth2/pull/6391 + +* Restore functioning Sepolia bootnodes, as previous bootnodes had gradually vanished: + https://github.com/status-im/nimbus-eth2/pull/6421 + +* Fix IP addresses returned by getNetworkIdentity beacon API endpoint: + https://github.com/status-im/nimbus-eth2/pull/6422 + +* Ensure Keymanager API fee recipient changes propagate to builder API relays: + https://github.com/status-im/nimbus-eth2/pull/6412 + 2024-06-24 v24.6.0 ================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 99d2a5c47..51c33eded 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* = 6 + versionMinor* = 7 versionBuild* = 0 versionBlob* = "stateofus" # Single word - ends up in the default graffiti