diff --git a/Cargo.lock b/Cargo.lock index a89705d2d..67f360b32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2928,7 +2928,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.106.1" +version = "0.106.2" dependencies = [ "clap", "const_format", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 4cf9b21b4..64d9bde2c 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.106.2] - 2026-02-26 + +### Changed + +- Bump strum to 0.28.0 ([#1160]). + +[#1160]: https://github.com/stackabletech/operator-rs/pull/1160 + ## [0.106.1] - 2026-02-17 ### Fixed diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index a72d867cb..4c2181b7e 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.106.1" +version = "0.106.2" authors.workspace = true license.workspace = true edition.workspace = true