diff --git a/CHANGELOG.md b/CHANGELOG.md index 47529e9..a426ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 0.5.5 (March 18, 2025) +- Hotfix an issue that caused Headplane to crash if no agents are available + ### 0.5.4 (March 18, 2025) - Fixed a typo in the Kubernetes documentation - Handle split and global DNS records not being set in the Headscale config (via [#129](https://github.com/tale/headplane/pull/129)) diff --git a/package.json b/package.json index 17a3f2e..31abd7b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "headplane", "private": true, "sideEffects": false, - "version": "0.5.4", + "version": "0.5.5", "type": "module", "scripts": { "build": "react-router build && vite build -c server/vite.config.ts",