From edbba9e778dae942fb71eee33a1f03a176283fec Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Tue, 16 Jul 2024 09:45:12 +0200 Subject: [PATCH] Release v4.0.0 (#113) * Release v4.0.0 * merge changelog --------- Co-authored-by: pipo02mix --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2d72a..b7055c8 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] +## [4.0.0] - 2024-07-15 + ### Added - Add `iam:ListRoleTags` and `iam:UntagRole` permissions to the AWS operator role. @@ -122,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. -[Unreleased]: https://github.com/giantswarm/giantswarm-aws-account-prerequisites/compare/v3.4.0...HEAD +[Unreleased]: https://github.com/giantswarm/giantswarm-aws-account-prerequisites/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/giantswarm/giantswarm-aws-account-prerequisites/compare/v3.4.0...v4.0.0 [3.4.0]: https://github.com/giantswarm/giantswarm-aws-account-prerequisites/compare/v3.3.0...v3.4.0 [3.3.0]: https://github.com/giantswarm/giantswarm-aws-account-prerequisites/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/giantswarm/giantswarm-aws-account-prerequisites/compare/v3.1.0...v3.2.0