chore: v0.5.5

This commit is contained in:
Aarnav Tale 2025-03-18 00:46:54 -04:00
parent c47346df52
commit 29424366a8
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -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))

View File

@ -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",