From 0f3ac81da15824277be2c2fe96e21dcd68f98cfb Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Fri, 27 Dec 2024 09:25:03 -0800 Subject: [PATCH] Bumps version to 5.0.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2d2497a..c61c792 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.2.1 +current_version = 5.0.0 commit = True message = Bumps version to {new_version} tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e3608..3fd83ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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/). +### [5.0.0](https://github.com/plus3it/terraform-aws-tardigrade-security-hub/releases/tag/5.0.0) + +**Released**: 2024.12.30 + +**Summary**: + +* Simplifies implementation by removing unnecessary submodules +* Implements "single-object" input approach to make it easy to pass the input + object around in a root module and update it using `merge()` +* Eliminates use of module-level `depends_on` +* Uses newer `standards_control_associations` instead of `standards_control` + resource, due to explicit reference to `standards_arn` instead of requiring + `depends_on` for the standards subscription + ### [4.2.1](https://github.com/plus3it/terraform-aws-tardigrade-security-hub/releases/tag/4.2.1) **Released**: 2023.08.30