From 00857fe33506aa08d54e4998a463bae6f53cfe61 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Fri, 21 Jun 2024 16:11:53 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d4b36e..44ae99db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ CHANGE: Updated @mui/material to version 5.15.18. CHANGE: Updated react and react-dom to version 18.3.1. +CHANGE: Updated recharts to version 2.12.7. + ## v0.4.32 FEATURE: New permission mode support for public frontends. Open permission mode frontends are available to all users in the service instance. Closed permission mode frontends reference the new `frontend_grants` table that can be used to control which accounts are allowed to create shares using that frontend. `zrok admin create frontend` now supports `--closed` flag to create closed permission mode frontends (https://github.com/openziti/zrok/issues/539)