From 7822698ab1788fd53226ef0e4e3772afcbcb5eb8 Mon Sep 17 00:00:00 2001 From: Richard Hagen Date: Thu, 19 Feb 2026 10:20:26 +0100 Subject: [PATCH] fix: update CHANGELOG to include new fix for URL parameters configuration Signed-off-by: Richard Hagen --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed40d056..76c506ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ## Changes since v7.14.2 +- [#3183](https://github.com/oauth2-proxy/oauth2-proxy/pull/3183) fix: allow URL parameters to configure username, password and max idle connection timeout if the matching configuration is empty. + # V7.14.2 ## Release Highlights