From 37f97c0a12da30e600f0ca171d2cd1c3c048b00d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Sep 2022 08:32:54 +0000 Subject: [PATCH] chore(release): version 5.3.2 [skip ci] ### [5.3.2](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.3.1...v5.3.2) (2022-09-05) ### Bug Fixes * Correct encrypted ses_smtp_password_v4 output ([#259](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/259)) ([ff9d783](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/ff9d783fffb74e47bfc1b65fff1c5c0e64a8b006)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3a494b..4ba137dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +### [5.3.2](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.3.1...v5.3.2) (2022-09-05) + + +### Bug Fixes + +* Correct encrypted ses_smtp_password_v4 output ([#259](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/259)) ([ff9d783](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/ff9d783fffb74e47bfc1b65fff1c5c0e64a8b006)) + ### [5.3.1](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.3.0...v5.3.1) (2022-08-25)