diff --git a/CHANGELOG.md b/CHANGELOG.md index ec782f3f..9688348b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [MAJOR.MINOR.PATCH] - YYYY-MM-DD -## v0.18.0 - 2024-04-02 +## v0.18.1 - 2024-04-02 - Add `KafkaSchemaRegistryACL` kind - Add `ClickhouseDatabase` kind diff --git a/charts/aiven-operator-crds/Chart.yaml b/charts/aiven-operator-crds/Chart.yaml index 01c5b2d0..ed191083 100644 --- a/charts/aiven-operator-crds/Chart.yaml +++ b/charts/aiven-operator-crds/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aiven-operator-crds description: A Helm chart to deploy the aiven operator custom resource definitions type: application -version: v0.18.0 -appVersion: v0.18.0 +version: v0.18.1 +appVersion: v0.18.1 maintainers: - name: byashimov url: https://www.aiven.io diff --git a/charts/aiven-operator/Chart.yaml b/charts/aiven-operator/Chart.yaml index 4595d30e..c5ddf32e 100644 --- a/charts/aiven-operator/Chart.yaml +++ b/charts/aiven-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aiven-operator description: A Helm chart to deploy the aiven operator type: application -version: v0.18.0 -appVersion: v0.18.0 +version: v0.18.1 +appVersion: v0.18.1 maintainers: - name: byashimov url: https://www.aiven.io diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 860eeb23..8f4e3762 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,7 +1,7 @@ # Changelog -## v0.18.0 - 2024-04-02 +## v0.18.1 - 2024-04-02 - Add `KafkaSchemaRegistryACL` kind - Add `ClickhouseDatabase` kind