From bf3fdd47cd98ad4edb9a5960346b28de063039b3 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 4 Dec 2025 00:49:49 -0500 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e5ebb..e89e0eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - It is now possible to skip a configuration file and only use environment variables (closes [#150](https://github.com/tale/headplane/issues/150)). - Secret path loading has been reworked from the ground up to be more reliable (closes [#334](https://github.com/tale/headplane/issues/334)). - Added better testing and validation for configuration loading +- Re-worked the OIDC integration to adhere to the correct standards and surface more errors to the user. --- # 0.6.1 (October 12, 2025)