From 95c49ef4179ac1846a4b2d03f7baa51d7029fc98 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Oct 2024 01:26:47 +0000 Subject: [PATCH] chore(release): version 5.45.0 [skip ci] ## [5.45.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.44.2...v5.45.0) (2024-10-04) ### Features * Allow modifying the `iam-github-oidc-role` subject condition ([#523](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/523)) ([f2ade86](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/f2ade8680465ae86a509a358051c1571805826c9)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 127d931c..93d84742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [5.45.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.44.2...v5.45.0) (2024-10-04) + + +### Features + +* Allow modifying the `iam-github-oidc-role` subject condition ([#523](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/523)) ([f2ade86](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/f2ade8680465ae86a509a358051c1571805826c9)) + ## [5.44.2](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.44.1...v5.44.2) (2024-10-01)