diff --git a/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md similarity index 99% rename from CHANGELOG.md rename to crates/stackable-operator/CHANGELOG.md index 2644d326f..354724b97 100644 --- a/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.65.0] - 2024-03-25 + ## Added - Add `stackable_webhook` crate which provides utilities to create webhooks with TLS termination ([#730]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 7fa348677..723b54f77 100644 --- a/crates/stackable-operator/Cargo.toml +++ b/crates/stackable-operator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stackable-operator" description = "Stackable Operator Framework" -version = "0.64.0" +version = "0.65.0" authors.workspace = true license.workspace = true edition.workspace = true