Skip to content

Commit

Permalink
pkg: v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Dec 9, 2024
1 parent 8d9610f commit 8ef9aae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes/release-notes-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8ef9aae

Please sign in to comment.