diff --git a/Cargo.lock b/Cargo.lock index 6b25787a1..0ea17bcfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2967,7 +2967,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.109.0" +version = "0.110.0" dependencies = [ "base64", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 31a01facf..19351e0df 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.110.0] - 2026-04-10 + ### Added - Add generic database connection mechanism ([#1163]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 56e02f2d6..bb9d35f5f 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.109.0" +version = "0.110.0" authors.workspace = true license.workspace = true edition.workspace = true