diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d113a..14d0d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -228,3 +228,8 @@ - add route propagation for vpc into VPN route table - if vpn_route_prefix_list_name == null, do not create vpn route or route propagation +* 2.4.6 -- 2022-12-16 + - vpc-transit-gateway-association/self + - update tags to a common format + - add var.tags + - detect if running in network account, and only add ec2_tags if not diff --git a/common/version.tf b/common/version.tf index 07486a1..f08b881 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,5 +1,5 @@ locals { - _module_version = "2.4.5" + _module_version = "2.4.6" _module_names = { "_main_" = "aws-vpc-setup"