From 92715f95545630cb381c3a41c39186c2cc8f01ea Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:42:34 -0800 Subject: [PATCH] release: v0.4.2 (#16) Signed-off-by: Lacework --- CHANGELOG.md | 9 +++++++++ RELEASE_NOTES.md | 10 ++++++---- VERSION | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 606cc02..db780d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.4.2 + +## Documentation Updates +* docs(readme): add terraform docs automation (#12) (Timothy MacDonald)([4f4fd87](https://github.com/lacework/terraform-aws-alerts-to-s3/commit/4f4fd8739e5aeb82d012c0c2ff3408b247cda4b7)) +## Other Changes +* chore(GROW-2952): add codeowners (#14) (Matt Cadorette)([a77d39b](https://github.com/lacework/terraform-aws-alerts-to-s3/commit/a77d39bf11aa23c328a7f6490228a02e90497ba7)) +* ci: migrate from codefresh to github actions (#13) (Timothy MacDonald)([a6ab0b2](https://github.com/lacework/terraform-aws-alerts-to-s3/commit/a6ab0b23a31f401af7b35aa4d4594f4413510e18)) +* ci: version bump to v0.4.2-dev (Lacework)([c7f29b3](https://github.com/lacework/terraform-aws-alerts-to-s3/commit/c7f29b3f4fa284a198c8fe49828d895826c0e9a4)) +--- # v0.4.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bff57e9..7252ed9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,9 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.4.1`. +Another day, another release. These are the release notes for the version `v0.4.2`. -## Bug Fixes -* fix: S3 bucket ACL dependency (jon-stewart)([bb785cb](https://github.com/lacework/terraform-aws-alerts-to-s3/commit/bb785cbdda412ee0e6efafef00953968845d525a)) +## Documentation Updates +* docs(readme): add terraform docs automation (#12) (Timothy MacDonald)([4f4fd87](https://github.com/lacework/terraform-aws-alerts-to-s3/commit/4f4fd8739e5aeb82d012c0c2ff3408b247cda4b7)) ## Other Changes -* ci: version bump to v0.4.1-dev (Lacework)([92b7f14](https://github.com/lacework/terraform-aws-alerts-to-s3/commit/92b7f14f9f0962d67cd051643440575a3944ea8a)) +* chore(GROW-2952): add codeowners (#14) (Matt Cadorette)([a77d39b](https://github.com/lacework/terraform-aws-alerts-to-s3/commit/a77d39bf11aa23c328a7f6490228a02e90497ba7)) +* ci: migrate from codefresh to github actions (#13) (Timothy MacDonald)([a6ab0b2](https://github.com/lacework/terraform-aws-alerts-to-s3/commit/a6ab0b23a31f401af7b35aa4d4594f4413510e18)) +* ci: version bump to v0.4.2-dev (Lacework)([c7f29b3](https://github.com/lacework/terraform-aws-alerts-to-s3/commit/c7f29b3f4fa284a198c8fe49828d895826c0e9a4)) diff --git a/VERSION b/VERSION index 44a5542..f7abe27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2-dev \ No newline at end of file +0.4.2 \ No newline at end of file