From e24aa4036a97308fcebcaab9ec7083955e6bd245 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Tue, 20 Aug 2024 18:08:41 +0300 Subject: [PATCH] Release v4.1.0 (#119) --- 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