From 8756ba21329e5867bf9015add5c0d95685dcaff4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 15:54:15 +0100 Subject: [PATCH] Release v1.9.1 (#192) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f12d04..c1f3493 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] +## [1.9.1] - 2022-12-21 + ### Fixed - Fixed labels in certs-secret Helm template @@ -199,7 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. -[Unreleased]: https://github.com/giantswarm/athena/compare/v1.9.0...HEAD +[Unreleased]: https://github.com/giantswarm/athena/compare/v1.9.1...HEAD +[1.9.1]: https://github.com/giantswarm/athena/compare/v1.9.0...v1.9.1 [1.9.0]: https://github.com/giantswarm/athena/compare/v1.8.2...v1.9.0 [1.8.2]: https://github.com/giantswarm/athena/compare/v1.8.1...v1.8.2 [1.8.1]: https://github.com/giantswarm/athena/compare/v1.8.0...v1.8.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index 62fad51..d4b90b7 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "athena" source = "https://github.com/giantswarm/athena" - version = "1.9.1-dev" + version = "1.9.1" ) func Description() string {