diff --git a/CHANGELOG.md b/CHANGELOG.md index 070d1114..405110ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.8.2 + - Migrate to new socket.io redis adapter package. + - Fix issue with pre checking boxes in ban modal conflicting with grid captcha. + ### 0.8.1 - Fix incorrectly displaying inactive accounts action settings in global settings. - Fix captcha gridv2 not appearing in board captcha slot with js enabled. diff --git a/package-lock.json b/package-lock.json index 59a4e5a6..8583d802 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jschan", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jschan", - "version": "0.8.1", + "version": "0.8.2", "license": "AGPL-3.0-only", "dependencies": { "@fatchan/express-fileupload": "^1.4.2", diff --git a/package.json b/package.json index 6c838005..892ac29e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jschan", - "version": "0.8.1", + "version": "0.8.2", "migrateVersion": "0.8.0", "description": "", "main": "server.js",