diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 045149954..69535c61f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.3" + ".": "0.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d548bc0..6baaa96dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/open-feature/open-feature-operator/compare/v0.2.3...v0.2.4) (2022-10-18) + + +### Bug Fixes + +* build and push to docker registry with tag as current release ([#123](https://github.com/open-feature/open-feature-operator/issues/123)) ([d4abda1](https://github.com/open-feature/open-feature-operator/commit/d4abda119e4a7c2dab7a2e0d335d44b1df07ec62)) + ## [0.2.3](https://github.com/open-feature/open-feature-operator/compare/v0.2.2...v0.2.3) (2022-10-18) diff --git a/README.md b/README.md index d28efee27..86ead1fe9 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ _Requires [cert manager](https://cert-manager.io/docs/installation/kubernetes/) ``` kubectl create namespace open-feature-operator-system -kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.3/certificate.yaml -kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.3/release.yaml +kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.4/certificate.yaml +kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.4/release.yaml ```