Skip to content

Commit 2faaf39

Browse files
committed
v1.2.1
1 parent 54d6884 commit 2faaf39

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2021-04-20 v1.2.1
2+
=================
3+
4+
This is a hotfix release, solving a database migration issue for users who
5+
have used Nimbus 1.1.0 to sync with the network from genesis. If you have
6+
used older versions of Nimbus prior to upgrading to 1.1.0, you should not
7+
be affected. The issue was causing the 1.2.0 client to perform a full sync
8+
after upgrading from 1.1.0. If this happened to you, our advice is to take
9+
one of the following actions:
10+
11+
1) If you have backed-up your database prior to upgrading to 1.2.0, you can
12+
restore the database from backup and execute the migration successfully
13+
after upgrading to 1.2.1.
14+
15+
2) It would be safe to allow the full sync to complete either with 1.2.0 or
16+
after upgrading to 1.2.1. The normal operation of the client will resume
17+
once it's fully synced.
18+
19+
Please accept our sincery appologies for any caused inconvenience. We will be
20+
reviewing our release testing policies to ensure that more possible upgrade
21+
paths are being covered in the future.
22+
23+
124
2021-04-19 v1.2.0
225
=================
326

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* = 2
19-
versionBuild* = 0
19+
versionBuild* = 1
2020

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

0 commit comments

Comments
 (0)