diff --git a/CHANGELOG.md b/CHANGELOG.md index ae4b90d1..76e61b2a 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.15.0] - 2024-07-18 + ### Changed - Upgrade `golangci-lint` to `1.59.1` @@ -483,7 +485,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add changelog. - Add SemVer versioning. -[Unreleased]: https://github.com/giantswarm/architect/compare/v6.14.1...HEAD +[Unreleased]: https://github.com/giantswarm/architect/compare/v6.15.0...HEAD +[6.15.0]: https://github.com/giantswarm/architect/compare/v6.14.1...v6.15.0 [6.14.1]: https://github.com/giantswarm/architect/compare/v6.14.0...v6.14.1 [6.14.0]: https://github.com/giantswarm/architect/compare/v6.13.0...v6.14.0 [6.13.0]: https://github.com/giantswarm/architect/compare/v6.12.1...v6.13.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 0c5617cb..e033ea0a 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -3,7 +3,7 @@ package project var ( buildTimestamp string gitSHA string - version = "6.14.2-dev" + version = "6.15.0" ) func BuildTimestamp() string {