From c827f56b6bed666c2f07e0c05c057e2c4aa275b5 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Fri, 16 May 2025 11:14:15 -0400 Subject: [PATCH] chore: update changelog to reflect 0.26+ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ff16a..ba7dc25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ### Next > Changes here are not considered stable and are only in pre-releases. +- Headplane 0.6.0 now requires **Headscale 0.26.0** or newer. + - Breaking API changes with routes and pre auth keys are now supported (closes [#204](https://github.com/tale/headplane/issues/204)). + - Older versions of Headscale will not work with Headplane. + - OIDC authorization restrictions can now be controlled from the settings UI. (closes [#102](https://github.com/tale/headplane/issues/102)) - The required permission role for this is **IT Admin** or **Admin/Owner** and require the Headscale configuration. - Changes made will modify the `oidc.allowed_{domains,groups,users}` fields in the Headscale config file.