From 29cba30154477c689499ae2b90c3c8affb110de0 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Fri, 16 Feb 2024 12:22:00 -0500 Subject: [PATCH] changelog (#148) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d11b8f4..c8ec4fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## v0.4.25 +FEATURE: New action in the web console that allows changing the password of the logged-in account (https://github.com/openziti/zrok/issues/148) + FEATURE: Added self service password change. There is a new tab in the `zrok` control panel that holds self service actions. Here you will find the ability to immediately change your password. FEATURE: The web console now supports revoking your current account token and generating a new one (https://github.com/openziti/zrok/issues/191)