Update CHANGELOG before releasing stable v4.

pull/490/head
Clement Michaud 2019-12-08 23:21:17 +01:00 committed by Clément Michaud
parent b4a8c4f0ec
commit 31776d2d94
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ Release Notes - Version 4.0.0
* Introduction of a "migrate" command to authelia-scripts to help migrating from v3 to v4.
* Authelia is built and available on Dockerhub in 3 flavors: amd64, arm32v7 and arm64v8.
* Introduction of suites in Go.
* Add support of LDAP over TLS.
* Publish Authelia as self-sufficient archives.
* Remove the need of putting weird characters /%23/ in the redirection URL to portal.
* Publish multiple docker tags per version (one for major, minor and patch)
* Add `host` configuration to restring binding to local interface 127.0.0.1.
* Add `google_analytics` configuration option to provide a tracking ID for admins to track the use of the portal thanks to a GA dashboard.
Release Notes - Version 3.16.3
------------------------------