diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c25dea2..4048c1c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.64.0] - 2024-01-19 + ### Changed - Improved the blackhole routing for `stable-testing` MCs to silence more alerts related to test WCs @@ -2406,7 +2408,8 @@ This release was created on release-v3.5.x branch to fix release 3.6.0 see PR#99 - First release. -[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.63.1...HEAD +[Unreleased]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.64.0...HEAD +[4.64.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.63.1...v4.64.0 [4.63.1]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.63.0...v4.63.1 [4.63.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.62.0...v4.63.0 [4.62.0]: https://github.com/giantswarm/prometheus-meta-operator/compare/v4.61.0...v4.62.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index b5811406d..170f73ab4 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "prometheus-meta-operator" source = "https://github.com/giantswarm/prometheus-meta-operator" - version = "4.63.2-dev" + version = "4.64.0" ) func Description() string {