From 4c1d99d7dd1675956d14b55e2d2fba91814d09fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 10 May 2021 13:27:40 +0200 Subject: [PATCH] chore: update changelog --- frontend/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 3772003bcf..bba94d61f4 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -9,13 +9,23 @@ The latest version of this document is always available in [releases](https://github.com/Unleash/unleash-frontend/releases). +# 4.0.0-beta.2 + +- Fix: feedback on create (#292) +- fix: proper error handling for auth-settings being stored (#293) +- fix: api path for auth-config +- fix: improve password auth extra options + # 4.0.0-beta.1 + - fix: support custom stickiness for flexible strategies - fix: add members to project use correct uri - Fix/console warn (#290) - Fix/strategy constraints (#289) - Set .nvmrc to 14 to reflect new requirement of node + # 4.0.0-beta.0 + - feat: upgrade to node.js v14 - fix: tiny margin for feature toggle list item - fix: should be allowed to create toggles without errors @@ -26,10 +36,12 @@ The latest version of this document is always available in - fix: link to docs for empty apps # 4.0.0-alpha.14 + - fix: all global event log requires admin - fix: constraints array can be undefined # 4.0.0-alpha.13 + - feat: bootstrap endpoint for initial data (#281) - fix: allow permissions to be checked without project being defined (#282) - fix/strategy constraints (#283)