diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3bc14..156bfdd 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.1] - 2024-04-26 + ### Changed - Implemented value file merging / overlaying. Values provided to the clusterbuilder will be merged ontop of the default ones included in this module. @@ -22,5 +24,6 @@ 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/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-standup-teardown/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/giantswarm/cluster-standup-teardown/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/giantswarm/cluster-standup-teardown/releases/tag/v1.0.0