diff --git a/CHANGELOG.md b/CHANGELOG.md index ad636a593..f21c80fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +Release Notes - Version 3.9.0 +----------------------------- +Features: +* Add support for file users database to replace LDAP in development +environments. +* Add authentication configuration options for mongo and redis. + +Configuration changes: +* [BREAKING] `ldap` key has been nested in `authentication_backend`. +* New `username` and `password` options for mongo storage. +* New `password` option for redis. + Release Notes - Version 3.8.3 ----------------------------- * Fix ECONNRESET issues when LDAP queries failed. (#261) diff --git a/package-lock.json b/package-lock.json index 742f01acd..a22644c2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "authelia", - "version": "3.8.3", + "version": "3.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f6ecb1fb6..901da7cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "authelia", - "version": "3.8.3", + "version": "3.9.0", "description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F", "bin": { "authelia": "./dist/server/src/index.js"