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