Skip to content

Commit d2f2338

Browse files
committed
version v25.5.0
1 parent 245bf5f commit d2f2338

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2025-05-08 v25.5.0
2+
==================
3+
4+
Nimbus `v25.5.0` does not alter the beacon node, is a low-urgency release for nodes which don't use the Nimbus validator client with a non-Nimbus BN, and a high-urgency release for nodes which do use the Nimbus validator client with a non-Nimbus beacon node.
5+
6+
### Fixes
7+
8+
- fix missing Eth-Consensus-Version header in validator client publishBlindedBlockV2 beacon API requests:
9+
https://github.com/status-im/nimbus-eth2/pull/7140
10+
111
2025-04-26 v25.4.1
212
==================
313

beacon_chain/version.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const
1818
"Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"
1919

2020
versionMajor* = 25
21-
versionMinor* = 4
22-
versionBuild* = 1
21+
versionMinor* = 5
22+
versionBuild* = 0
2323

2424
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
2525

0 commit comments

Comments
 (0)