diff --git a/Cargo.lock b/Cargo.lock index 243ca6f2e..22a628959 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3614,7 +3614,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.113.4" +version = "0.114.0" dependencies = [ "base64", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index c29eb4d2d..30a1c5051 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.114.0] - 2026-07-22 + ### Added - [v2] Add `EnvVarSet::with_env_var` to add a given `EnvVar` to the set ([#1249]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 49afd66b8..c137a0c42 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.4" +version = "0.114.0" authors.workspace = true license.workspace = true edition.workspace = true