From f0f8a6f01b25d2edc806a4d321245c0af69912ec Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sun, 2 Jun 2024 01:40:05 -0400 Subject: [PATCH] chore: v0.1.8 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bde5df..e4606f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.1.8 (June 2, 2024) +- Built basic functionality for the machine overview page (by machine ID). +- Possibly fixed an issue where expiry disabled machines' timestamps weren't handled correctly. +- Prevent users from being deleted if they still have ownership of machines. +- Fixed some type issues where `Date` was being used instead of `string` for timestamps. + ### 0.1.7 (May 30, 2024) - Added support for the `HEADSCALE_INTEGRATION` variable to allow for advanced integration without Docker. - Fixed a bug where the `expiry` field on the Headscale configuration could cause crashes.