diff --git a/CHANGELOG.md b/CHANGELOG.md index 9abd6fed..aa3fb6b9 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] +## [1.10.0] - 2022-08-09 + ### Changed - Bumping `chart-operator` to the `v2.28.0` version. @@ -235,7 +237,8 @@ cluster. - Initial version based on app related logic extracted from cluster-operator. -[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v1.9.2...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v1.10.0...HEAD +[1.10.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v1.9.2...v1.10.0 [1.9.2]: https://github.com/giantswarm/cluster-apps-operator/compare/v1.9.1...v1.9.2 [1.9.1]: https://github.com/giantswarm/cluster-apps-operator/compare/v1.9.0...v1.9.1 [1.9.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v1.8.2...v1.9.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index a43c28d9..edc120f7 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "cluster-apps-operator" source = "https://github.com/giantswarm/cluster-apps-operator" - version = "1.9.2" + version = "1.10.0" ) func Description() string {