diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6ccb5a4..c5484a7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ IMPROVEMENTS: * auth/jwt: Handle groups claim values that are strings, in addition to list of strings [JWT-63] + * ui: The UI will now redirect to a page after authentication [GH-7088] +BUG FIXES: + + * ui: The web CLI will now parse input as a shell string, with special + characters escaped [GH-7206] + * ui (enterprise): The list of namespaces is now cleared when logging + out [GH-7186] + ## 1.2.1 (Unreleased) BUG FIXES: