diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbc144..351adef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Next +# 0.7.1 (August 27, 2026) + ## Changes - **Rebuilt the Browser SSH module to use Tailscale's `tsconnect`**, which should result in fewer bugs and better compatibility with future Tailscale releases. @@ -16,6 +18,8 @@ - Fixed the Headplane agent falling back to an interactive Tailscale login. The agent now starts with a pre-auth-key, preserves its existing state across restarts, and auto-approves itself when Headscale requires manual approval (closes [#582](https://github.com/tale/headplane/issues/582)). - Fixed creating pre-auth keys with an expiry of 1000 days or more. The number input submitted its locale-formatted value (`365,000`, `365 000`, `365.000`), which either failed with a 500 or silently created a key with a truncated expiry. The raw value is now submitted and the server rejects malformed expiries with a 400 (closes [#596](https://github.com/tale/headplane/issues/596)). +--- + # 0.7.0 - Switched to structured JSON logging (closes [#279](https://github.com/tale/headplane/issues/279)). diff --git a/package.json b/package.json index 9141ee7..1b814a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "headplane", - "version": "0.7.0", + "version": "0.7.1", "private": true, "type": "module", "sideEffects": false,