diff --git a/CHANGELOG.md b/CHANGELOG.md index b1dd87cfd..92323178a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s ## [Unreleased] +## [6.9.0] - 2023-11-10 + ### Changed - Add a switch for PSP CR installation. @@ -707,7 +709,8 @@ from Helm 2 to Helm 3. - Flattening operator release structure. -[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.8.1...HEAD +[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.9.0...HEAD +[6.9.0]: https://github.com/giantswarm/app-operator/compare/v6.8.1...v6.9.0 [6.8.1]: https://github.com/giantswarm/app-operator/compare/v6.8.0...v6.8.1 [6.8.0]: https://github.com/giantswarm/app-operator/compare/v6.7.0...v6.8.0 [6.7.0]: https://github.com/giantswarm/app-operator/compare/v6.6.4...v6.7.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 9224ff9d0..7ba36d0d4 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "app-operator" source = "https://github.com/giantswarm/app-operator" - version = "6.8.2-dev" + version = "6.9.0" ) func Description() string {