We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99584f0 commit 81bb0cfCopy full SHA for 81bb0cf
CHANGELOG.md renamed to crates/stackable-operator/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+## [0.65.0] - 2024-03-25
8
+
9
## Added
10
11
- Add `stackable_webhook` crate which provides utilities to create webhooks with TLS termination ([#730]).
crates/stackable-operator/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "stackable-operator"
3
description = "Stackable Operator Framework"
-version = "0.64.0"
+version = "0.65.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
0 commit comments