diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ec2673..9d52a155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # HSD Release Notes & Changelog -## unreleased - +## v2.3.0 ### Node changes @@ -30,7 +29,7 @@ After the corrupt data has been cleared, **a walletDB rescan is required**. ### Wallet changes - Fixes a bug that ignored the effect of sending or receiving a FINALIZE on a -wallet's `lockedConfirmed` and `lockedUnconfirmed` balance. +wallet's `lockedConfirmed` and `lockedUnconfirmed` balance. ## v2.2.0 diff --git a/README.md b/README.md index fe49709c..b4a93d9d 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ $ npm install -g https://github.com/handshake-org/hsd.git A `git` ref can be used to install a particular version by appending a `#` and the name of the `git` ref to the URL. For example, -`https://github.com/handshake-org/hsd.git#v2.2.0`. It is recommended +`https://github.com/handshake-org/hsd.git#v2.3.0`. It is recommended to use the [latest tagged release](https://github.com/handshake-org/hsd/releases). If adding `hsd` as a dependency to a project, use the command: diff --git a/lib/pkg.js b/lib/pkg.js index 0002179a..e1e5a3d1 100644 --- a/lib/pkg.js +++ b/lib/pkg.js @@ -70,7 +70,7 @@ pkg.cfg = `${pkg.core}.conf`; * @default */ -pkg.version = '2.2.0'; +pkg.version = '2.3.0'; /** * Repository URL. diff --git a/package-lock.json b/package-lock.json index 099dd5fb..0c17b9d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hsd", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c6840f9b..a03472e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hsd", - "version": "2.2.0", + "version": "2.3.0", "description": "Cryptocurrency bike-shed", "license": "MIT", "repository": "git://github.com/handshake-org/hsd.git",