diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c3d9004..d4121cdd7 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] +## [2.2.0] - 2020-09-07 + ### Added - Add monitoring label @@ -152,7 +154,8 @@ from Helm 2 to Helm 3. - Flattening operator release structure. -[Unreleased]: https://github.com/giantswarm/app-operator/compare/v2.1.1...HEAD +[Unreleased]: https://github.com/giantswarm/app-operator/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/giantswarm/app-operator/compare/v2.1.1...v2.2.0 [2.1.1]: https://github.com/giantswarm/app-operator/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/giantswarm/app-operator/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/giantswarm/app-operator/compare/v1.1.11...v2.0.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 241ea61bb..17f78813c 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 = "2.1.1" + version = "2.2.0" ) // AppControlPlaneVersion is always 0.0.0 for control plane app CRs. These CRs