diff --git a/Cargo.lock b/Cargo.lock index 2e5a50ed1..1cdc26c21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3193,7 +3193,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.82.0" +version = "0.83.0" dependencies = [ "chrono", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 70b915cf2..53ee7b2a2 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.83.0] - 2024-12-03 + ### Added - Added cert lifetime setter to `SecretOperatorVolumeSourceBuilder` ([#915]) diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 9b3dec1e5..68fadd1b9 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.82.0" +version = "0.83.0" authors.workspace = true license.workspace = true edition.workspace = true