diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c4ce4c3..e3356a5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.29.0] - 2022-12-16 + ### Added - Modules for log aggregation added ([#517]). [#517]: https://github.com/stackabletech/operator-rs/pull/517 -## [0.28.8] - 2022-12-08 +## [0.28.0] - 2022-12-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index 77dd6e754..a83329d70 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.28.0" +version = "0.29.0" repository = "https://github.com/stackabletech/operator-rs" [dependencies] diff --git a/stackable-operator-derive/Cargo.toml b/stackable-operator-derive/Cargo.toml index be0fb1e46..47e8be44b 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.28.0" +version = "0.29.0" repository = "https://github.com/stackabletech/operator-rs" [lib]