diff --git a/CHANGELOG.md b/CHANGELOG.md index 3987388..c80f768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -187,3 +187,8 @@ * 2.0.4 -- 2022-06-01 - ldap-ou-create - add attributes + +* 2.1.0 -- 2022-07-12 + - cloudtrail + - add additional_sqs_names to create more SQS queues and assign to the same SNS + - output s3, sqs, and sns detail diff --git a/common/version.tf b/common/version.tf index f033f34..55a44df 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.0.4" + _module_version = "2.1.0" }