From 29424366a81f5b745600e9815575a083bee8ebc2 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Tue, 18 Mar 2025 00:46:54 -0400 Subject: [PATCH] chore: v0.5.5 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",