Skip to content

Commit a4a33fe

Browse files
committed
Release v7.4.0
Release-Workflow-Run: 21936978087
1 parent 8b96a73 commit a4a33fe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.4.0] - 2026-02-12
11+
1012
### Changed
1113

1214
- Change default container registry to `gsoci.azurecr.io`
@@ -608,7 +610,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
608610
- Add changelog.
609611
- Add SemVer versioning.
610612

611-
[Unreleased]: https://github.com/giantswarm/architect/compare/v7.3.0...HEAD
613+
[Unreleased]: https://github.com/giantswarm/architect/compare/v7.4.0...HEAD
614+
[7.4.0]: https://github.com/giantswarm/architect/compare/v7.3.0...v7.4.0
612615
[7.3.0]: https://github.com/giantswarm/architect/compare/v7.2.1...v7.3.0
613616
[7.2.1]: https://github.com/giantswarm/architect/compare/v7.2.0...v7.2.1
614617
[7.2.0]: https://github.com/giantswarm/architect/compare/v7.1.0...v7.2.0

pkg/project/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package project
33
var (
44
buildTimestamp string
55
gitSHA string
6-
version = "7.3.1-dev"
6+
version = "7.4.0"
77
)
88

99
func BuildTimestamp() string {

0 commit comments

Comments
 (0)