diff --git a/CHANGELOG.md b/CHANGELOG.md index f27cadf5e..32a72e503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project are documented in this file. +## 0.0.7 (2020-08-05) + +This prerelease comes with a fix to the Prometheus scraping endpoint. + ## 0.0.6 (2020-07-31) This prerelease comes with a breaking change, the CRDs group diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 7e05951cb..ddbc259a6 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v0.0.6 + newTag: v0.0.7