diff --git a/Cargo.lock b/Cargo.lock index 251d52d23..9aadfd434 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2935,7 +2935,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.107.0" +version = "0.107.1" dependencies = [ "clap", "const_format", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index e43940c99..94110ca9c 100644 --- a/crates/stackable-operator/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.107.1] - 2026-03-10 + ### Added - Add CRD established signal/helper ([#1167]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 4cbf3075e..36a05b7d9 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.107.0" +version = "0.107.1" authors.workspace = true license.workspace = true edition.workspace = true