From ddf369735de2d8cbc639ff9c50499648ece814d1 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 1 Aug 2023 11:42:53 +0200 Subject: [PATCH] Release 0.45.0 (#627) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- stackable-operator-derive/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c3126a0..48902cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.45.0] - 2023-08-01 + ### Changed - [BREAKING] ProductImageSelection now defaults `stackableVersion` to diff --git a/Cargo.toml b/Cargo.toml index 69c54868..250cb7f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Stackable Operator Framework" edition = "2021" license = "Apache-2.0" name = "stackable-operator" -version = "0.44.0" +version = "0.45.0" repository = "https://github.com/stackabletech/operator-rs" [dependencies] diff --git a/stackable-operator-derive/Cargo.toml b/stackable-operator-derive/Cargo.toml index 92a11d94..8549f195 100644 --- a/stackable-operator-derive/Cargo.toml +++ b/stackable-operator-derive/Cargo.toml @@ -4,7 +4,7 @@ description = "Stackable Operator Framework" edition = "2021" license = "Apache-2.0" name = "stackable-operator-derive" -version = "0.44.0" +version = "0.45.0" repository = "https://github.com/stackabletech/operator-rs" [lib]