From a7679a0d952102d51d357cdc4bb5b3ce91317215 Mon Sep 17 00:00:00 2001 From: Lacework Date: Wed, 30 Oct 2024 23:21:29 +0000 Subject: [PATCH] release: v0.5.0 Signed-off-by: Lacework --- CHANGELOG.md | 9 +++++++++ RELEASE_NOTES.md | 9 ++++++--- VERSION | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 986e518..849d181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.5.0 + +## Features +* feat: Add lacework_ingration_guid as output (#36) (Lei Jin)([7dcd15c](https://github.com/lacework/terraform-aws-cloudtrail-controltower/commit/7dcd15cd31c47a03cba6a6f13323c5e0668f04c2)) +## Other Changes +* chore(GROW-2952): add codeowners (#35) (Matt Cadorette)([6cd314b](https://github.com/lacework/terraform-aws-cloudtrail-controltower/commit/6cd314bd3c64b1aa5163cf6f38c77a007c071bcb)) +* ci: migrate from codefresh to github actions (#34) (Timothy MacDonald)([44a6a23](https://github.com/lacework/terraform-aws-cloudtrail-controltower/commit/44a6a23f797ce710d0c8b97e28570bea25f24bd2)) +* ci: version bump to v0.4.4-dev (Lacework)([7871ef0](https://github.com/lacework/terraform-aws-cloudtrail-controltower/commit/7871ef01acee4ad3ecfd44acbaa4748bd065771e)) +--- # v0.4.3 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7398074..520f2eb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,9 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.4.3`. +Another day, another release. These are the release notes for the version `v0.5.0`. +## Features +* feat: Add lacework_ingration_guid as output (#36) (Lei Jin)([7dcd15c](https://github.com/lacework/terraform-aws-cloudtrail-controltower/commit/7dcd15cd31c47a03cba6a6f13323c5e0668f04c2)) ## Other Changes -* chore: set local var module name (#32) (Darren)([7425d2d](https://github.com/lacework/terraform-aws-cloudtrail-controltower/commit/7425d2d09fb82c5402a42969c73308f6657dba9e)) -* ci: version bump to v0.4.3-dev (Lacework)([a17c125](https://github.com/lacework/terraform-aws-cloudtrail-controltower/commit/a17c12582208f8ac541693a24362c3aead5254ec)) +* chore(GROW-2952): add codeowners (#35) (Matt Cadorette)([6cd314b](https://github.com/lacework/terraform-aws-cloudtrail-controltower/commit/6cd314bd3c64b1aa5163cf6f38c77a007c071bcb)) +* ci: migrate from codefresh to github actions (#34) (Timothy MacDonald)([44a6a23](https://github.com/lacework/terraform-aws-cloudtrail-controltower/commit/44a6a23f797ce710d0c8b97e28570bea25f24bd2)) +* ci: version bump to v0.4.4-dev (Lacework)([7871ef0](https://github.com/lacework/terraform-aws-cloudtrail-controltower/commit/7871ef01acee4ad3ecfd44acbaa4748bd065771e)) diff --git a/VERSION b/VERSION index c5ff997..79a2734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.4-dev \ No newline at end of file +0.5.0 \ No newline at end of file