From ae84b056450e20237b9d45a026b41bc07e7bb31c Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Thu, 29 Mar 2018 22:48:00 +0200 Subject: [PATCH] Add changelog to the project --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..9ccfe00d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +Release Notes - Version 3.7.1 +------------------------------- +Configuration change: +* storage.mongo now contains two keys: `url` and `database` + +Release Notes - Version 3.7.0 +------------------------------- +Features: +* Support basic authorization for single factor endpoints +* Add issuer and label in TOTP otp url +* Improve UI of second factor page +* Use SHA512 password encryption algorithm of LDAP +* Improve security of Authelia website +* Support for default redirection url +* Support for session inactivity timeout + +Bugs: +* Fix U2F factor not working in Firefox +