diff --git a/CHANGELOG.md b/CHANGELOG.md index ff85aac1..ab107880 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.3] - 2022-09-14 + ### Fixed - Use right capital letters in cluster values configmap. @@ -264,7 +266,8 @@ cluster. - Initial version based on app related logic extracted from cluster-operator. -[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.0.2...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.0.3...HEAD +[2.0.3]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v1.10.0...v2.0.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index dad33b9d..e7861a5d 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 = "2.0.2" + version = "2.0.3" ) func Description() string {