From 778463906a6d944d5ae98bd430824234a4893ac5 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Sun, 31 May 2020 14:27:51 +0100 Subject: [PATCH] Update changelog for session storage initialisation move --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 507a577a..e1a61d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ## Changes since v6.0.0 +- [#577](https://github.com/oauth2-proxy/oauth2-proxy/pull/577) Move Cipher and Session Store initialisation out of Validation (@JoelSpeed) + # v6.0.0 ## Release Highlights