diff --git a/CHANGELOG.md b/CHANGELOG.md index e4489258..3b6e0869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.2.0] - 2021-11-24 + +### Added + +- Add `additional_tags` variable to AWS in order to specify custom tags that will be applied to all resources. + ## [5.1.0] - 2021-11-16 ### Removed @@ -301,7 +307,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add github release workflows. -[Unreleased]: https://github.com/giantswarm/giantnetes-terraform/compare/v5.1.0...HEAD +[Unreleased]: https://github.com/giantswarm/giantnetes-terraform/compare/v5.2.0...HEAD +[5.2.0]: https://github.com/giantswarm/giantnetes-terraform/compare/v5.1.0...v5.2.0 [5.1.0]: https://github.com/giantswarm/giantnetes-terraform/compare/v5.0.0...v5.1.0 [5.0.0]: https://github.com/giantswarm/giantnetes-terraform/compare/v4.2.0...v5.0.0 [4.2.0]: https://github.com/giantswarm/giantnetes-terraform/compare/v4.1.0...v4.2.0