From 5bc0223bc5de33884db47a0ba4882c1ceb4a0ac8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Dec 2024 17:07:02 +0000 Subject: [PATCH] chore(release): version 5.51.0 [skip ci] ## [5.51.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.50.0...v5.51.0) (2024-12-26) ### Features * Add `BatchGet*` to IAM read only policy ([#540](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/540)) ([d886f11](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/d886f11d0aa058555d9e35e195b9a263a0bf6398)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b4baa7..0ca33f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [5.51.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.50.0...v5.51.0) (2024-12-26) + + +### Features + +* Add `BatchGet*` to IAM read only policy ([#540](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/540)) ([d886f11](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/d886f11d0aa058555d9e35e195b9a263a0bf6398)) + ## [5.50.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.49.0...v5.50.0) (2024-12-26)