diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4f927b..773298ca 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.14.0] - 2023-09-11 + ### Added - Inject proxy configuration also as environment variables. @@ -406,7 +408,8 @@ cluster. - Initial version based on app related logic extracted from cluster-operator. -[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.13.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.14.0...HEAD +[2.14.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.13.0...v2.14.0 [2.13.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.12.0...v2.13.0 [2.12.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.12.0...v2.12.0 [2.12.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.11.1...v2.12.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 1eec1c7b..930f684f 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.13.1-dev" + version = "2.14.0" ) func Description() string {