From ef2a56fa4a1000c329d354a7e4c16fa6b5c55593 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Fri, 3 Jul 2020 17:53:01 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a311737e..a5873d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. + +## [v3.12.0] - 2020-07-03 + +- feat: Added optional revoke_rules_on_delete functionality (required for EMR) ([#179](https://github.com/terraform-aws-modules/terraform-aws-security-group/issues/179)) + + ## [v3.11.0] - 2020-06-24 @@ -427,7 +433,8 @@ All notable changes to this project will be documented in this file. - Initial commit -[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v3.11.0...HEAD +[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v3.12.0...HEAD +[v3.12.0]: https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v3.11.0...v3.12.0 [v3.11.0]: https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v3.10.0...v3.11.0 [v3.10.0]: https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v3.9.0...v3.10.0 [v3.9.0]: https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v3.8.0...v3.9.0