diff --git a/Cargo.lock b/Cargo.lock index 7abc6b1a..2d3130e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3122,7 +3122,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.93.0" +version = "0.93.1" dependencies = [ "chrono", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 86fc015a..8c5dcb8f 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.93.1] - 2025-05-20 + ### Added - Add git-sync support ([#1024]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 2dff1032..906a184e 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.93.0" +version = "0.93.1" authors.workspace = true license.workspace = true edition.workspace = true