From de4e949d48ada6f80107312c597a99baa7d05f0c Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Thu, 29 Jun 2023 13:27:18 -0400 Subject: [PATCH] changelog (#362) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dff57d2b5..a7b8182d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.4.1 + +FEATURE: New `zrok console` command to open the currently configured web console in the local web browser (https://github.com/openziti/zrok/issues/170) + # v0.4.0 FEATURE: New `tcpTunnel` backend mode allowing for private sharing of local TCP sockets with other `zrok` users (https://github.com/openziti/zrok/issues/170)