From 631461cb222eff7ca6bfac72da2f69f5b4897d48 Mon Sep 17 00:00:00 2001 From: taylorbot Date: Mon, 3 Feb 2025 11:42:18 +0000 Subject: [PATCH] Release v1.13.1 --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 725f861..45ad167 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.13.1] - 2025-02-03 + ### Removed - Removed unused chart value `.secret.firestoreServiceAccountKey` and `.secret`. @@ -304,7 +306,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.13.0...HEAD +[Unreleased]: https://github.com/giantswarm/athena/compare/v1.13.1...HEAD +[1.13.1]: https://github.com/giantswarm/athena/compare/v1.13.0...v1.13.1 [1.13.0]: https://github.com/giantswarm/athena/compare/v1.12.4...v1.13.0 [1.12.4]: https://github.com/giantswarm/athena/compare/v1.12.3...v1.12.4 [1.12.3]: https://github.com/giantswarm/athena/compare/v1.12.2...v1.12.3 diff --git a/pkg/project/project.go b/pkg/project/project.go index 8051ff2..2eda915 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.13.0" + version = "1.13.1" ) func Description() string {