From 18bb87bbac2c897b88e2b89339c37eca21e3eb65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 14:34:15 +0100 Subject: [PATCH] Release v4.0.1 (#195) 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 9e88fe37..d850f1eb 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.0.1] - 2020-12-14 + ## Changed - Update `gitleaks action` to version `1.2.0` using `gitleaks` version `7.2.0`. @@ -122,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. -[Unreleased]: https://github.com/giantswarm/devctl/compare/v4.0.0...HEAD +[Unreleased]: https://github.com/giantswarm/devctl/compare/v4.0.1...HEAD +[4.0.1]: https://github.com/giantswarm/devctl/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/giantswarm/devctl/compare/v3.1.0...v4.0.0 [3.1.0]: https://github.com/giantswarm/devctl/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/giantswarm/devctl/compare/v2.0.4...v3.0.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 5fc94555..c7c61e1c 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.0.1-dev" + version = "4.0.1" ) func Description() string {