chore: v0.6.2

This commit is contained in:
Aarnav Tale
2026-02-26 18:22:12 -05:00
parent 3c5a653942
commit 0cff389051
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
# 0.6.2 (Next)
# 0.6.2 (February 26, 2026)
- **Added support for Headscale 0.28.0** including all API and data model changes.
- Added search and sortable columns to the machines list page (closes [#351](https://github.com/tale/headplane/issues/351)).
@@ -40,6 +40,7 @@
- Fixed truncated pre-auth key display with longer Headscale 0.28 bcrypt tokens (closes [#435](https://github.com/tale/headplane/issues/435)).
- Fixed Nix systemd service to use user-specified package (via [#454](https://github.com/tale/headplane/pull/454)).
- Version displayed in the UI is now derived from git tags and build args instead of `package.json`, fixing incorrect versions shown on beta and nightly builds.
- Improved the no-access user page on the UI (via [#469](https://github.com/tale/headplane/pull/469)).
---
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "headplane",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"type": "module",
"sideEffects": false,