Skip to content

Commit

Permalink
Bumps version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Dec 27, 2024
1 parent 13d4743 commit 0f3ac81
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f3ac81

Please sign in to comment.