diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efffac..0c360c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,3 +79,7 @@ * v1.10.0 -- 20210407 - vpc-remove-defaults created + +* v1.10.1 -- 20210408 + - vpc-remove-defaults + - add `region` and `profile` variables diff --git a/common/version.tf b/common/version.tf index b7f4def..2bd0272 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "1.10.0" + _module_version = "1.10.1" }