From 176f7b2c7d3a5860127bc8c216097ae357848426 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 12:00:06 +0100 Subject: [PATCH] Release v4.14.0 (#327) Co-authored-by: github-actions --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 158c56e4..f6f176b6 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] +## [4.14.0] - 2022-01-26 + ### Changed - Upgrade used `architect` version in generated `create_release` and `create_release_pr` workflows to `5.3.0`. @@ -286,7 +288,8 @@ Renovate config - First release. -[Unreleased]: https://github.com/giantswarm/devctl/compare/v4.13.1...HEAD +[Unreleased]: https://github.com/giantswarm/devctl/compare/v4.14.0...HEAD +[4.14.0]: https://github.com/giantswarm/devctl/compare/v4.13.1...v4.14.0 [4.13.1]: https://github.com/giantswarm/devctl/compare/v4.13.0...v4.13.1 [4.13.0]: https://github.com/giantswarm/devctl/compare/v4.12.0...v4.13.0 [4.12.0]: https://github.com/giantswarm/devctl/compare/v4.11.0...v4.12.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 4b298774..400c55cf 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 = "4.13.2-dev" + version = "4.14.0" ) func Description() string {