diff --git a/CHANGELOG.md b/CHANGELOG.md index 21efe9e..810a9d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -241,3 +241,6 @@ - add `enable_network_address_usage_metrics = false` due to new feature, not existing in govcloud - [link](https://aws.amazon.com/about-aws/whats-new/2022/10/amazon-virtual-private-cloud-vpc-now-supports-new-cloudwatch-metrics-measure-track-network-address-usage/) +* 2.2.6 -- 2022-11-21 + - config + - replaced role AWSConfigRole with AWS_ConfigRole (deprecation 2021-04-01) diff --git a/common/version.tf b/common/version.tf index 050a06d..995a0d0 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.2.5" + _module_version = "2.2.6" }