diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd536a..f26e59b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -223,6 +223,10 @@ * 2.2.1 -- 2022-07-15 - fix updates to cloudtrail, config -* 2.2.2 -- 2022-07-2 +* 2.2.2 -- 2022-07-02 - iam-general-policies - add census ipv6 2610:20:2000::/38 + +* 2.2.3 -- 2022-08-02 + - ldap-ou-create + - remove bocApplicationData from attributes diff --git a/common/version.tf b/common/version.tf index 548c682..ed20f74 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.2.2" + _module_version = "2.2.3" }