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 +