From e66c34c805797dd360b1b6e82a5a5e6635a1580a Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Mon, 17 Mar 2025 16:16:59 +0100
Subject: [PATCH] Changelog

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 .docs/changelog.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.docs/changelog.md b/.docs/changelog.md
index 4dfeeec850..f2cb6b83a1 100644
--- a/.docs/changelog.md
+++ b/.docs/changelog.md
@@ -4,11 +4,13 @@ author: Martin Weise
 
 ## v1.7.3 (2025-03-17)
 
-[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.7.2)
+[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.7.3)
 
 #### Fixes
 
 * Fixed a wrong configuration where assets were not considered in the Kubernetes deployment.
+* Fixed a wrong configuration in the Docker deployment where the OIDC provider did not consider other URLs than
+  `http://localhost`.
 
 ## v1.7.2 (2025-03-13)
 
@@ -75,7 +77,7 @@ author: Martin Weise
 
 * Replaced sequential numerical ids with non-guessable random ids in the Metadata Database
   in [#491](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/491).
-* Changed the interface for executing query in subsets/views 
+* Changed the interface for executing query in subsets/views
   in [#493](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/493).
 
 #### Removals
-- 
GitLab