From 2229f547a9ab9c9fc996647935c2597eeb6dee05 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 3 Oct 2024 15:31:03 -0400 Subject: [PATCH] chore: v0.3.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2220b..de989a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.3.1 (October 3, 2024) +- Fixed the Docker integration to properly support custom socket paths. This regressed at some point previously. +- Allow you to register a machine using machine keys (`nodekey:...`) on the machines page. +- Added the option for debug logs with the `DEBUG=true` environment variable. + ### 0.3.0 (September 25, 2024) - Bumped the minimum supported version of Headscale to 0.23. - Updated the UI to respect `dns.use_username_in_magic_dns`.