From 90f0bf2555e8204b6412d7b43034fe8d23aa5cfd Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 24 Aug 2024 10:35:05 -0400 Subject: [PATCH] chore: v0.2.4 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2853aab..c7c76a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.2.4 (August 24, 2024) +- Removed ACL management from the integration since Headscale 0.23-beta2 now supports it natively. +- Removed the `ACL_FILE` environment variable since it's no longer needed. +- Introduce a `COOKIE_SECURE=false` environment variable to disable HTTPS requirements for cookies. +- Fixed a bug where removing Split DNS configurations would crash the UI. + ### 0.2.3 (August 23, 2024) - Change the minimum required version of Headscale to 0.23-beta2 - Support the new API policy mode for Headscale 0.23-beta1