From a2b188dcb327260d817a68683c94ac70926df527 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 2 Aug 2022 16:38:21 -0400 Subject: [PATCH] update --- CHANGELOG.md | 6 +++++- common/version.tf | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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" }