From 38d361680502c956f4ec27a5f6a73b7c92e58d4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 11:52:24 +0100 Subject: [PATCH] Release v0.6.0 (#82) 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 b393911..6855481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2021-01-07 + ### Added - Pretty print errors. @@ -96,7 +98,8 @@ resources are deleted on subsequent test runs. - Add initial version that bootstraps app-operator, chart-operator and chartmuseum. -[Unreleased]: https://github.com/giantswarm/apptestctl/compare/v0.5.2...HEAD +[Unreleased]: https://github.com/giantswarm/apptestctl/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/giantswarm/apptestctl/compare/v0.5.2...v0.6.0 [0.5.2]: https://github.com/giantswarm/apptestctl/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/giantswarm/apptestctl/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/giantswarm/apptestctl/compare/v0.4.1...v0.5.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index ded59e4..5aac4fe 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "apptestctl" source = "https://github.com/giantswarm/apptestctl" - version = "0.5.3-dev" + version = "0.6.0" ) func Description() string {