From f75e5ebc6f8a3606b9bf9f3ca93cbb475adca09d Mon Sep 17 00:00:00 2001 From: Nodari Chkuaselidze Date: Wed, 25 Jun 2025 14:58:53 +0400 Subject: [PATCH] pkg: update latest version. --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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",