From c63d4ecd80cd9f97b07c9c6a58ba15e2797cffa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 25 May 2021 19:29:38 +0200 Subject: [PATCH] chore: update changelog --- frontend/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 2a081aa9c7..f1115365d6 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The latest version of this document is always available in [releases](https://github.com/Unleash/unleash-frontend/releases). +# 4.0.1 +- fix: Project actions need to checkAccess based on projectId +- fix: INLINE_RUNTIME_CHUNK + # 4.0.0 - feat: update color scheme and logo (#301)