From 6ec2fa1f6e11ff4d2e271752d66ed729d0c9cab6 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Tue, 25 Jun 2024 13:37:53 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b061d356..7a0f10ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ CHANGE: Updated `react-router-dom` to version `6.23.1` (web console). CHANGE: Updated `axios` to version `1.7.2` for (node SDK). +CHANGE: Updated `@openziti/ziti-sdk-nodejs` to version `0.17.0` (node SDK). + ## 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)