diff --git a/Cargo.lock b/Cargo.lock index 64461f92d..c6c504fd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3677,7 +3677,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.113.3" +version = "0.113.4" dependencies = [ "base64", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 468d21e5c..8f50b4a44 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.113.4] - 2026-07-09 + ### Changed - BREAKING: Make `Role::fixed_replica_count` and `Role::estimated_replica_count` functions standalone, diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 202b48893..4cf2d8338 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.113.3" +version = "0.113.4" authors.workspace = true license.workspace = true edition.workspace = true