diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index a08b0f5..d1fe94f 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e818d9..f0218c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/krystal/zadara-exporter/compare/v0.0.3...v0.0.4) (2024-05-17) + + +### Bug Fixes + +* **chart/servicemonitor:** ensure correct labels are set ([#7](https://github.com/krystal/zadara-exporter/issues/7)) ([6cf11db](https://github.com/krystal/zadara-exporter/commit/6cf11dbf14315f72b670b35051f6b15e97391653)) + ## [0.0.3](https://github.com/krystal/zadara-exporter/compare/v0.0.2...v0.0.3) (2024-05-17) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 6900c51..5af3e4c 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: [] \ No newline at end of file