From 08a45ca771169f75fa4d764942873b46e5db9dc4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 10:46:40 +0100 Subject: [PATCH] Release v2.0.0 (#514) Co-authored-by: github-actions --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d79ce98..cf2e2e503 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] +## [2.0.0] - 2022-03-31 + ### Changed - Use v1beta1 CAPI CRDs. @@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. -[Unreleased]: https://github.com/giantswarm/cert-operator/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/giantswarm/cert-operator/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/giantswarm/cert-operator/compare/v1.3.0...v2.0.0 [1.3.0]: https://github.com/giantswarm/cert-operator/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/giantswarm/cert-operator/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/giantswarm/cert-operator/compare/v1.0.1...v1.1.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 45e4b2266..e59e936b0 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name string = "cert-operator" source string = "https://github.com/giantswarm/cert-operator" - version = "1.3.1-dev" + version = "2.0.0" ) func Description() string {