From 45c3924a47003160ef7629aeef27e63b513212da Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 22 Jul 2025 18:32:49 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5766f49fa..b5d0dce6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `countries-and-timezones` from version `3.7.2` to `3.8.0` - Upgraded `prisma` from version `6.11.1` to `6.12.0` +### Fixed + +- Fixed an issue with the landing page related to the public page routes of the `AuthGuard` + ## 2.183.0 - 2025-07-20 ### Added