diff --git a/CHANGELOG.md b/CHANGELOG.md index 53aa534..73ea5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -276,3 +276,9 @@ * 2.4.4 -- 2023-08-24 - terraform-state - add data resource for ddb kms key to get it created before using to prevent a race condition on the creation of the DDB table + +* 2.4.5 -- 2023-09-01 + - cloudtrail + - add s3 sns/sqs/additional sqs option, and tie it to the S3 bucket + - needed for MS Log Analytics: https://learn.microsoft.com/en-us/azure/sentinel/connect-aws?tabs=s3 + diff --git a/common/version.tf b/common/version.tf index 59b218e..ec8dee5 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.4.4" + _module_version = "2.4.5" }