diff --git a/CHANGELOG.md b/CHANGELOG.md index f11b447..9749342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.1] - 2024-02-19 + +### Fixed + +- Command config flags propagation + ## [0.6.0] - 2024-02-19 ### Added @@ -150,7 +156,8 @@ Initial release. -[Unreleased]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.6.1...HEAD +[0.6.1]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.4.1...v0.5.0 diff --git a/deploy/helm/gitlab-exporter/Chart.yaml b/deploy/helm/gitlab-exporter/Chart.yaml index b740c91..38d256e 100644 --- a/deploy/helm/gitlab-exporter/Chart.yaml +++ b/deploy/helm/gitlab-exporter/Chart.yaml @@ -4,6 +4,6 @@ name: gitlab-exporter description: An exporter for GitLab analytics data. type: application -version: 1.2.1 -appVersion: "v0.6.0" +version: 1.2.2 +appVersion: "v0.6.1"