diff --git a/changelog.md b/changelog.md index 3412de29..1a9f4006 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.26.2 (????-??-??) +0.26.2 (2024-08-30) ------------------- * Allow admins to auto-generate an intitial 'diceware' password when creating diff --git a/package-lock.json b/package-lock.json index e59cbc54..c1982b7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.26.1", + "version": "0.26.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.26.1", + "version": "0.26.2", "license": "MIT", "dependencies": { "@curveball/accesslog": "^1.0.0", diff --git a/package.json b/package.json index 73d818a7..fd14ccc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.26.1", + "version": "0.26.2", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "type": "module", "exports": "./dist/index.js",