diff --git a/CHANGELOG.md b/CHANGELOG.md index cdea1560a..377cbb84d 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.10.2] - 2023-12-05 + ### Changed - Set `gsoci.azurecr.io` as the default container registry for this app's image(s). @@ -725,7 +727,8 @@ from Helm 2 to Helm 3. - Flattening operator release structure. -[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.10.1...HEAD +[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.10.2...HEAD +[6.10.2]: https://github.com/giantswarm/app-operator/compare/v6.10.1...v6.10.2 [6.10.1]: https://github.com/giantswarm/app-operator/compare/v6.10.0...v6.10.1 [6.10.0]: https://github.com/giantswarm/app-operator/compare/v6.9.0...v6.10.0 [6.9.0]: https://github.com/giantswarm/app-operator/compare/v6.8.1...v6.9.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index e3bb90f61..48bfbdd23 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.10.2-dev" + version = "6.10.2" ) func Description() string {