diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c4b2a6..50ec8de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v8.0.0 + **When upgrading to this version of hsd, you must pass `--chain-migrate=4` and `--wallet-migrate=7` when you run it for the first time.** diff --git a/package-lock.json b/package-lock.json index 3d20ff0b..3a83e997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hsd", - "version": "7.99.0", + "version": "8.99.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hsd", - "version": "7.99.0", + "version": "8.99.0", "license": "MIT", "dependencies": { "@handshake-org/bfilter": "~2.3.0", diff --git a/package.json b/package.json index 085b08d4..7701a8e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hsd", - "version": "7.99.0", + "version": "8.99.0", "description": "Cryptocurrency bike-shed", "license": "MIT", "repository": "git://github.com/handshake-org/hsd.git",