From 5ba45224cd16866e345e767a0ba075262424202d Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 18 Sep 2024 12:41:36 +0200 Subject: [PATCH] Update crates/stackable-operator/CHANGELOG.md Co-authored-by: Techassi --- 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 d3db91e98..9236b4e8f 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. ### Changed -- BREAKING: TLS verification struct now reside in the `commons::tls_verification` module, instead of being placed below `commons::authentication::tls` ([#863]). +- BREAKING: The TLS verification struct now resides in the `commons::tls_verification` module, instead of being placed below `commons::authentication::tls` ([#863]). - BREAKING: Rename the `Hostname` type to `DomainName` to be consistent with RFC 1123 ([#863]). ### Fixed