From c74282b9a933c731d94545cc01398b0f38652e16 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 27 Apr 2023 07:57:12 +0200 Subject: [PATCH] Release v1.9.4 (#229) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb0063..a821bc1 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.4] - 2023-04-27 + ### Changed - Changed pod disruption budget to percentage. @@ -217,7 +219,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.3...HEAD +[Unreleased]: https://github.com/giantswarm/athena/compare/v1.9.4...HEAD +[1.9.4]: https://github.com/giantswarm/athena/compare/v1.9.3...v1.9.4 [1.9.3]: https://github.com/giantswarm/athena/compare/v1.9.2...v1.9.3 [1.9.2]: https://github.com/giantswarm/athena/compare/v1.9.1...v1.9.2 [1.9.1]: https://github.com/giantswarm/athena/compare/v1.9.0...v1.9.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index 5fea3d5..3bedcac 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.4-dev" + version = "1.9.4" ) func Description() string {