From 7bce2de27c13c6ee827c5315faced5aea5afb8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 5 Oct 2020 23:18:51 +0200 Subject: [PATCH] chore: update changelog.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e34dc972..70037c65d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 3.6.1 + +- fix: update unleash-frontend to version 3.6.4 +- fix: upgradde unleash-frontend to version 3.6.3 +- fix: context legalValues should be at max 100 chars +- fix: enable trust-proxy +- fix: upgrade cookie-session library +- fix: default maxAge for session set to two days +- fix: add TTL to sessions +- fix: use validated and stripped data when updating +- fix: should use stripped update data for featureToggle +- fix: set clear-site-data on logout +- fix: use secure proxy to session cookie +- fix: add secureHeaders option for HSTS +- fix: stickness parmeters for stickiness is camelCase (doc) + ## 3.6.0 - feat: Remove applications (#635)