From cac752f61ee696557736d53b3bfb52fad2b3b9fa Mon Sep 17 00:00:00 2001 From: taylorbot Date: Fri, 26 Apr 2024 09:51:13 +0000 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce99f9..dd79706 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] +## [1.0.0] - 2024-04-26 + ### Added - ClusterBuilder for CAPA, CAPV, CAPVCD, CAPZ and EKS along with default values for each @@ -14,4 +16,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `standup` and `teardown` CLIs - Dockerfile containing the two CLIs -[Unreleased]: https://github.com/giantswarm/cluster-standup-teardown/tree/main +[Unreleased]: https://github.com/giantswarm/cluster-standup-teardown/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/giantswarm/cluster-standup-teardown/releases/tag/v1.0.0