Skip to content

Commit 92defe0

Browse files
committed
version v25.7.1
1 parent 15babaa commit 92defe0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2025-07-31 v25.7.1
2+
==================
3+
4+
Nimbus `v25.7.1` is a `medium-urgency` release, fixing a potential syncing-related crash.
5+
6+
### Improvements
7+
8+
- Use Nimbus agent string for builder API calls:
9+
https://github.com/status-im/nimbus-eth2/pull/7300
10+
11+
### Fixes
12+
13+
- Fix assertion on syncing:
14+
https://github.com/status-im/nimbus-eth2/pull/7315
15+
116
2025-07-10 v25.7.0
217
==================
318

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const
1919

2020
versionMajor* = 25
2121
versionMinor* = 7
22-
versionBuild* = 0
22+
versionBuild* = 1
2323

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

0 commit comments

Comments
 (0)