From 665a85c34d608545312ba6d39d5144c6e8a90c27 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 2 Apr 2025 15:59:03 +0200 Subject: [PATCH] chore: Release stackable-operator 0.89.1 --- Cargo.lock | 2 +- crates/stackable-operator/CHANGELOG.md | 2 ++ crates/stackable-operator/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17216191..ff786d84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3184,7 +3184,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.89.0" +version = "0.89.1" dependencies = [ "chrono", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 3c9fd06b..ade12f36 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.89.1] - 2025-04-02 + ### Changed - Make fields of `TelemetryArguments` public ([#998]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 30d788f8..95fd8a27 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.89.0" +version = "0.89.1" authors.workspace = true license.workspace = true edition.workspace = true