diff --git a/Cargo.lock b/Cargo.lock index abd999200..357d027e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2903,7 +2903,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.73.0" +version = "0.74.0" dependencies = [ "chrono", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 444945686..0aac40a96 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.74.0] - 2024-08-22 + ### Added -- `iter::reverse_if` helper ([#838]). +- Add `iter::reverse_if` helper ([#838]). - Add two new constants `CONFIG_OVERRIDE_FILE_HEADER_KEY` and `CONFIG_OVERRIDE_FILE_FOOTER_KEY` ([#843]). ### Changed @@ -15,6 +17,7 @@ All notable changes to this project will be documented in this file. - BREAKING: Swap priority order of role group config and role overrides in configuration merging to prioritize overrides in general ([#841]). [#838]: https://github.com/stackabletech/operator-rs/pull/838 +[#840]: https://github.com/stackabletech/operator-rs/pull/840 [#841]: https://github.com/stackabletech/operator-rs/pull/841 [#843]: https://github.com/stackabletech/operator-rs/pull/843 diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 81f4178a9..680378578 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.73.0" +version = "0.74.0" authors.workspace = true license.workspace = true edition.workspace = true