From 820ce1b7744c79992eafb58cfd46ed42f6a93a89 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:00:39 +0100 Subject: [PATCH] fix: changelog --- crates/stackable-operator/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index bf8e850c..daf88eb3 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -2,12 +2,12 @@ ## [Unreleased] +All notable changes to this project will be documented in this file. + ### Added - Added cert lifetime setter to `SecretOperatorVolumeSourceBuilder` ([#915]) -All notable changes to this project will be documented in this file. - ### Changed - Replace unmaintained `derivative` crate with `educe` ([#907]).