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 {