diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e60ba0..68bc693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -135,3 +135,7 @@ * 2.0.1 -- 2023-04-29 - code 2.0.1 - add pagination for list hosted zone by vpc (as some vpcs have hundreds of zones, specifically the one with dns endpoints) + +* 2.0.3 -- 2023-05-11 + - code 2.0.3 + - fix emr cluster detection diff --git a/version.tf b/version.tf index 100daf2..4ab7a1f 100644 --- a/version.tf +++ b/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.0.1" + _module_version = "2.0.3" }