diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 949ce4c18..045149954 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a58250ca..e6d548bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/open-feature/open-feature-operator/compare/v0.2.2...v0.2.3) (2022-10-18) + + +### Bug Fixes + +* build and push to docker registry on tag creation ([#121](https://github.com/open-feature/open-feature-operator/issues/121)) ([27c6f9c](https://github.com/open-feature/open-feature-operator/commit/27c6f9cbc298fb8bf578464e4c3f9f07402b87ab)) + ## [0.2.2](https://github.com/open-feature/open-feature-operator/compare/v0.2.1...v0.2.2) (2022-10-14) diff --git a/README.md b/README.md index fab772b44..d8b483fd4 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.2/certificate.yaml -kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.2/release.yaml +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 ```