From 9222d249c3283e72e4b600d84c0b05e8a2fdc2c6 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Tue, 29 Aug 2023 15:53:29 -0700 Subject: [PATCH] Bumps version to 4.2.1 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 650010f..2d2497a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.2.0 +current_version = 4.2.1 commit = True message = Bumps version to {new_version} tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd0d48..14e3608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). + +### [4.2.1](https://github.com/plus3it/terraform-aws-tardigrade-security-hub/releases/tag/4.2.1) + +**Released**: 2023.08.30 + +**Summary**: + +* Defaults `control_finding_generator` to `null` to allow AWS Security Hub Administrator + Account to manage the setting + +### [4.2.0](https://github.com/plus3it/terraform-aws-tardigrade-security-hub/releases/tag/4.2.0) + +**Released**: 2023.06.02 + +**Summary**: + +* Adds inputs to account resource for `auto_enable_controls` and `enable_default_standards` + ### [4.1.0](https://github.com/plus3it/terraform-aws-tardigrade-security-hub/releases/tag/4.1.0) **Released**: 2023.06.01 @@ -11,7 +29,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p * Brought Standards_Controls under management to enable or disable specified controls - ### [4.0.0](https://github.com/plus3it/terraform-aws-tardigrade-security-hub/releases/tag/4.0.0) **Released**: 2023.05.25