Skip to content

Commit 1e958cf

Browse files
committed
version 1.4.2
1 parent ee79c10 commit 1e958cf

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2021-07-10 v1.4.2
2+
=================
3+
4+
Nimbus `v1.4.2` - "Upgrade procedure: Hotfix release"
5+
6+
This release is marked as `low-urgency` for all Nimbus users other than those who have recently updated to `v1.4.1` from a version earlier than `v1.1.0` - for these users this is a `high-urgency` release.
7+
8+
## Notable changes
9+
This release fixes an issue in the upgrade procedure when upgrading from a version earlier than `1.1.0` to `1.4.x`.
10+
11+
**How can I tell if I've been affected?**
12+
13+
If you've already upgraded to `1.4.1`, you can tell that you've been affected if you're seeing the following` WRN log`:
14+
15+
```
16+
Received invalid sequence of blocks
17+
```
18+
19+
To re-iterate, this issue only affects users who are upgrading from `1.0.12` or earlier (released on `2021-03-10`), **and have not run any release in between**. Everyone else can ignore this release.
20+
21+
122
2021-07-10 v1.4.1
223
=================
324

@@ -22,6 +43,7 @@ Full list:
2243
- ensure logs are printed without delays ([#2669](https://github.com/status-im/nimbus-eth2/pull/2669))
2344
- fix metrics on Windows ([#2707](https://github.com/status-im/nimbus-eth2/pull/2707))
2445

46+
2547
2021-06-21 v1.4.0
2648
=================
2749

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ when not defined(nimscript):
1616
const
1717
versionMajor* = 1
1818
versionMinor* = 4
19-
versionBuild* = 1
19+
versionBuild* = 2
2020

2121
versionBlob* = "stateofus" # Single word - ends up in the default graffitti
2222

0 commit comments

Comments
 (0)