From 920b2c4f6aa98b05240d81aadff6e37bb774fe5a Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 26 Aug 2018 14:21:26 +0200 Subject: [PATCH] 3.9.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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"