From 3ff038aa55ac2fec999826de32961e9f787f2af0 Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Tue, 21 Jan 2025 17:48:28 +0100 Subject: [PATCH] Update crates/stackable-operator/CHANGELOG.md Co-authored-by: Sebastian Bernauer --- crates/stackable-operator/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index ae7be9e3..f3244817 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Added -- Add `TtlCache` structure ([#943]). +- Add generic `TtlCache` structure as well as a `UserInformationCache` type ([#943]). ### Fixed