diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3c7e382..d119584a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v7.0.0 -**When upgrading to this version of hsd, you must pass `--wallet-migrate=4` when +**When upgrading to this version of hsd, you must pass `--wallet-migrate=5` when you run it for the first time.** ### Primitives diff --git a/docs/release-notes/release-notes-7.x.md b/docs/release-notes/release-notes-7.x.md index 3b48e0e70..912bd7207 100644 --- a/docs/release-notes/release-notes-7.x.md +++ b/docs/release-notes/release-notes-7.x.md @@ -283,3 +283,4 @@ The following methods have been deprecated - \[[`4e87fb1d`](https://github.com/handshake-org/hsd/commit/4e87fb1d)] - [#850](https://github.com/handshake-org/hsd/pull/850) - **script**: add redundant tests to math ops. - (@nodech - Nodari Chkuaselidze) - \[[`ab611036`](https://github.com/handshake-org/hsd/commit/ab611036)] - [#849](https://github.com/handshake-org/hsd/pull/849) - **pkg**: ci no longer update npm on build. - (@nodech - Nodari Chkuaselidze) - \[[`61ae19c2`](https://github.com/handshake-org/hsd/commit/61ae19c2)] - [#844](https://github.com/handshake-org/hsd/pull/844) - **docs**: backport release schedule and v6.x notes. - (@nodech - Nodari Chkuaselidze) + - \[[`9b70c294`](https://github.com/handshake-org/hsd/commit/9b70c294)] - [#910](https://github.com/handshake-org/hsd/pull/844) - **net**: remove unstable seed. (@nodech - Nodari Chkuaselidze) diff --git a/package-lock.json b/package-lock.json index 8f9cd9af6..7843b0399 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hsd", - "version": "7.0.0-rc.1", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hsd", - "version": "7.0.0-rc.1", + "version": "7.0.0", "license": "MIT", "dependencies": { "@handshake-org/bfilter": "~2.3.0", diff --git a/package.json b/package.json index 8d32b12ab..fa7e17acb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hsd", - "version": "7.0.0-rc.1", + "version": "7.0.0", "description": "Cryptocurrency bike-shed", "license": "MIT", "repository": "git://github.com/handshake-org/hsd.git",