From 156d7c9ee7775dc7da5af1c7c03974fe57726e99 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 18 Jan 2025 08:18:28 +0000 Subject: [PATCH] chore: v0.4.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c85964..1cd8cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -### 0.4.0 (January 6, 2025) +### 0.4.1 (January 18, 2025) +- Fixed an urgent issue where the OIDC redirect URI would mismatch. + +### 0.4.0 (January 18, 2025) - Switched from Remix.run to React-Router - Fixed an issue where some config fields were marked as required even if they weren't (fixes [#66](https://github.com/tale/headplane/issues/66)) - Fixed an issue where the toasts would be obscured by the footer (fixes [#68](https://github.com/tale/headplane/issues/68))