From 772ece5f9b3a153e1e4cec83b86679182439598a Mon Sep 17 00:00:00 2001 From: Todd Radel Date: Mon, 17 May 2021 16:30:51 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daab301..b97c4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.1.14 + * Add variables to support IMDS v2 + +## v1.1.13 + * Add descriptions to each rule in the security group + * Add all resources to module output so you can reference them downstream + * Install pybanyan so it's available for troubleshooting and automation + +## v1.1.12 + * Support individual tags per resource. + ## v1.1.11 * Documented the `host_tags`, `groups_by_userinfo`, and `name_prefix` input variables.