From f1fecd9eb2dee781e63984d379f102eedc852600 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Mar 2022 14:14:56 +0000 Subject: [PATCH] chore(release): version 4.14.0 [skip ci] ## [4.14.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v4.13.2...v4.14.0) (2022-03-09) ### Features * Add variable to change IAM condition test operator to suite; defaults to `StringEquals` ([#201](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/201)) ([8469c03](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/8469c03a40616bad79da6f4e03a00b2ad5e30fd3)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 511ae8bf..4b007ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [4.14.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v4.13.2...v4.14.0) (2022-03-09) + + +### Features + +* Add variable to change IAM condition test operator to suite; defaults to `StringEquals` ([#201](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/201)) ([8469c03](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/8469c03a40616bad79da6f4e03a00b2ad5e30fd3)) + ### [4.13.2](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v4.13.1...v4.13.2) (2022-03-02)