Skip to content

Commit c533f33

Browse files
committed
Merge remote-tracking branch 'origin/stable' into unstable
2 parents afcf624 + 02eafdb commit c533f33

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
2025-11-03 v25.11.0
2+
===================
3+
4+
Nimbus `v25.11.0` is a `high-urgency` release for mainnet due to the impending Fusaka fork and a `low-urgency` release on other networks.
5+
6+
### Improvements
7+
8+
- Schedule Fulu on mainnet:
9+
https://github.com/status-im/nimbus-eth2/pull/7702
10+
111
2025-10-31 v25.10.0
212
===================
313

4-
Nimbus `v25.10.0` is a low-urgency release which increases the default gas limit to 60M, improves beacon API support, adds runtime configuration flexibility, and removes macOS amd64 support.
14+
Nimbus `v25.10.0` is a `low-urgency` release which increases the default gas limit to 60M, improves beacon API support, adds runtime configuration flexibility, and removes macOS amd64 support.
515

616
### Improvements
717

beacon_chain.nimble

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

88
mode = ScriptMode.Verbose
99

10-
version = "25.9.0"
10+
version = "25.11.0"
1111
author = "Status Research & Development GmbH"
1212
description = "The Nimbus beacon chain node is a highly efficient Ethereum 2.0 client"
1313
license = "MIT or Apache License 2.0"

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import std/[os, strutils], ./buildinfo
1414

1515
const
1616
versionMajor* = 25
17-
versionMinor* = 10
17+
versionMinor* = 11
1818
versionBuild* = 0
1919

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

0 commit comments

Comments
 (0)