From fe019256bbe99c8dad46773b183c19fee226c97c Mon Sep 17 00:00:00 2001 From: Piotr Karatkevich Date: Tue, 7 Apr 2026 04:08:45 +0300 Subject: [PATCH] docs: add changelog entry for Redis mTLS client cert options (#3399) Signed-off-by: Piotr Karatkevich Made-with: Cursor --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4c2379..b7052049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ## Changes since v7.15.1 +- [#3399](https://github.com/oauth2-proxy/oauth2-proxy/pull/3399) feat: add Redis client certificate and key paths for mutual TLS to the Redis session store (@karatkep) + # V7.15.1 ## Release Highlights