From c7ebed9a70823839bfe48b2ee1eb94fa6d2ed1b5 Mon Sep 17 00:00:00 2001 From: taylorbot Date: Tue, 20 Aug 2024 15:06:38 +0000 Subject: [PATCH] Release v4.1.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda72df..1d1af5f 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.1.0] - 2024-08-20 + ### Added - Add `ec2:ReplaceRoute` permissions to the CAPA controller role. @@ -134,7 +136,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/v4.0.0...HEAD +[Unreleased]: https://github.com/giantswarm/giantswarm-aws-account-prerequisites/compare/v4.1.0...HEAD +[4.1.0]: https://github.com/giantswarm/giantswarm-aws-account-prerequisites/compare/v4.0.0...v4.1.0 [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