diff --git a/CHANGELOG.md b/CHANGELOG.md index b5de6a9e..7673d5db 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] +## [6.27.0] - 2024-08-20 + ### Fixed - Include replace directives in apptest generated go.mo @@ -975,7 +977,8 @@ Renovate config - First release. -[Unreleased]: https://github.com/giantswarm/devctl/compare/v6.26.4...HEAD +[Unreleased]: https://github.com/giantswarm/devctl/compare/v6.27.0...HEAD +[6.27.0]: https://github.com/giantswarm/devctl/compare/v6.26.4...v6.27.0 [6.26.4]: https://github.com/giantswarm/devctl/compare/v6.26.3...v6.26.4 [6.26.3]: https://github.com/giantswarm/devctl/compare/v6.26.2...v6.26.3 [6.26.2]: https://github.com/giantswarm/devctl/compare/v6.26.1...v6.26.2 diff --git a/pkg/project/project.go b/pkg/project/project.go index 745cfd49..32ee8f49 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "devctl" source = "https://github.com/giantswarm/devctl" - version = "6.26.5-dev" + version = "6.27.0" ) func Description() string {