From d484cbbabc514781e51f1984cf572d7b2d0ef58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Mon, 29 Jul 2024 14:15:09 +0200 Subject: [PATCH] Release stackable-operator v0.71.0 --- 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 f10684eac..1063f7b0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2899,7 +2899,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.70.0" +version = "0.71.0" dependencies = [ "chrono", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 33eefab24..3142bad75 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.71.0] - 2024-07-29 + ### Added - Added support for logging to files ([#814]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index c391896a6..f8b15ebd5 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.70.0" +version = "0.71.0" authors.workspace = true license.workspace = true edition.workspace = true