From 339a9cfcdcb4d4a23becb803ced8dc754ffc5a12 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 6 Jun 2025 12:00:44 +0200 Subject: [PATCH] changelog: add entry Signed-off-by: Kristoffer Dalby --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b4e937..0c86a834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,14 @@ - Refactor Debian/Ubuntu packaging and drop support for Ubuntu 20.04. [#2614](https://github.com/juanfont/headscale/pull/2614) +## 0.26.1 (2025-06-06) + +### Changes + +- Ensure nodes are matching both node key and machine key + when connecting. + [#2642](https://github.com/juanfont/headscale/pull/2642) + ## 0.26.0 (2025-05-14) ### BREAKING