diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 517785f..f87dc2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.0.4](https://github.com/krystal/cert-manager-webhook-katapult/compare/v0.0.3...v0.0.4) (2024-04-18) + + +### Documentation + +* update README ([c2ca633](https://github.com/krystal/cert-manager-webhook-katapult/commit/c2ca633718b21e997d2a8542d664ccb64b83b185)) + + +### Miscellaneous Chores + +* go mod tidy ([6e7e745](https://github.com/krystal/cert-manager-webhook-katapult/commit/6e7e74597572c1d08ba07a67ca3c93a3e89ebcf0)) + + +### Build System + +* **docker:** no need to specify GOOS or GOARCH ([8b70046](https://github.com/krystal/cert-manager-webhook-katapult/commit/8b700465bef53b36fe1025f9ae42500bcc6e2af9)) + ## [0.0.3](https://github.com/krystal/cert-manager-webhook-katapult/compare/v0.0.2...v0.0.3) (2024-04-17) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 54dc2d9..c83a679 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.0.3" # x-release-please-version +version: "0.0.4" # x-release-please-version # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.3" # x-release-please-version +appVersion: "0.0.4" # x-release-please-version dependencies: []