From e69aac44133390e41a0fef6e5987c1484da296b4 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 13 Mar 2024 13:23:20 +0100 Subject: [PATCH] Release v3.4.2 (#175) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f92d4..80de171 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] +## [3.4.2] - 2024-03-13 + ## [3.4.1] - 2024-02-13 - Fix reference to secret in Role resource @@ -86,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release adhering to [how-to-release-a-project](https://intranet.giantswarm.io/docs/dev-and-releng/releases/how-to-release-a-project/) -[Unreleased]: https://github.com/giantswarm/docs-indexer/compare/v3.4.1...HEAD +[Unreleased]: https://github.com/giantswarm/docs-indexer/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/giantswarm/docs-indexer/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/giantswarm/docs-indexer/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/giantswarm/docs-indexer/compare/v3.3.4...v3.4.0 [3.3.4]: https://github.com/giantswarm/docs-indexer/compare/v3.3.3...v3.3.4 diff --git a/pkg/project/project.go b/pkg/project/project.go index 9f86fd3..b8e14ba 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name string = "docs-indexer" source string = "https://github.com/giantswarm/docs-indexer" - version = "3.4.2-dev" + version = "3.4.2" ) func Description() string {