diff --git a/CHANGELOG.md b/CHANGELOG.md index 557b81d6..85345070 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.44.0] - 2023-07-13 + ### Added - Add a function for calculating the size limit of log volumes ([#621]). diff --git a/Cargo.toml b/Cargo.toml index 74d673b0..69c54868 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.43.0" +version = "0.44.0" repository = "https://github.com/stackabletech/operator-rs" [dependencies] diff --git a/stackable-operator-derive/Cargo.toml b/stackable-operator-derive/Cargo.toml index 7e0a62a4..92a11d94 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.43.0" +version = "0.44.0" repository = "https://github.com/stackabletech/operator-rs" [lib]