From 41ca4c40add5578dd9a29e3b7b3868b1ddcc06e0 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 1 Mar 2025 10:37:18 -0500 Subject: [PATCH] chore: v0.5.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 884f295..ac4c59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.5.3 (March 1, 2025) +- Fixed an issue where Headplane expected the incorrect config value for OIDC scope (fixes [#111](https://github.com/tale/headplane/issues/111)) +- Added an ARIA indicator for when an input is required and fixed the confirm buttons (fixed [#116](https://github.com/tale/headplane/issues/116)) +- Fixed a typo in the docs that defaulted to `/var/run/docker.dock` for the Docker socket (via [#112](https://github.com/tale/headplane/pull/112)) + ### 0.5.2 (February 28, 2025) - Hotfixed an issue where the server bundle got reloaded on each request