diff --git a/CHANGELOG.md b/CHANGELOG.md index e4445801..951dbc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# UNRELEASED +# 5.0.0 (2020-06-02) * Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255. It is uncommon but it's a bug nevertheless. Previous attempts to fix the bug diff --git a/package-lock.json b/package-lock.json index ab97eee8..9407b8b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bcrypt", - "version": "4.0.1", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e0264fb..91e739e9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "crypto" ], "main": "./bcrypt", - "version": "4.0.1", + "version": "5.0.0", "author": "Nick Campbell (https://github.com/ncb000gt)", "engines": { "node": ">= 10.0.0"