From 23658dbcdf14ade2dd189b46e07b776bfc6e8d6f Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Fri, 29 Mar 2019 14:12:41 +0100 Subject: [PATCH] Update the CHANGELOG before release of v3.13.0. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de7b0263..4a45c32b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Release Notes - Version 3.13.0 +------------------------------ +* Rewrite Authelia portal in Typescript. +* Intoduce concept of suites and authelia-scripts. +* Add official support for Kubernetes and a suite. +* Improve documentation for nginx. +* Fix bypass policy not properly handled. +* Implement Duo push notification as a second factor. +* Display only available 2FA options (U2F if supported in browser, Duo push if configured). + Release Notes - Version 3.12.0 ------------------------------ * Add logs to troubleshoot LDAP sanitizer.