From ff341bff064b6acb3b108273f763b3375a3f6adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Sun, 2 May 2021 21:18:30 +0200 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8ab0a4af..d0c459a4aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +# 4.0.0-alpha.7 + +- fix: more types +- fix: move permission to types +- fix: bump unleash-frontend to version 4.0.0-alpha.12 +- fix: catch all route only for baseUriPath (#825) +- Feat/serve frontend with baseuri (#824) +- fix: define root role by setting the name of the role (#823) +- feat: automatically add all existing users as owners to all existing … (#818) +- fix: project store was wrongly typing its id field as number (#822) + # 4.0.0-alpha.6 - feat: Teams addon for messaging on Microsoft teams (#814)