Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Release v2.0.0 (#514)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <action@github.com>
github-actions[bot] and actions-user authored Mar 31, 2022
1 parent a441855 commit 08a45ca
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit 08a45ca

Please sign in to comment.