diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f4e8a..8f4fbbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project are documented in this file. +## 0.1.1 (2020-10-02) + +This prerelease fixes a regression bug introduced in `v0.1.0` +resulting in the `spec.targetNamespace` not being taken into +account. + ## 0.1.0 (2020-09-30) This is the first MINOR prerelease, it promotes the diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 5a7f89e..964fb8f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/helm-controller newName: fluxcd/helm-controller - newTag: v0.1.0 + newTag: v0.1.1