Skip to content

Commit

Permalink
Release v6.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot committed Jul 18, 2024
1 parent 418faff commit 5c13cfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package project
var (
buildTimestamp string
gitSHA string
version = "6.14.2-dev"
version = "6.15.0"
)

func BuildTimestamp() string {
Expand Down

0 comments on commit 5c13cfc

Please sign in to comment.