From 085029beff3b3f9abeb5a4c304030c5e37614972 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:53:10 +0000 Subject: [PATCH] release: v0.6.0 (#31) Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 8 +++++--- VERSION | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66208b2..e17cb89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.6.0 + +## Features +* feat(GROW-2928): Add an output to capture Lacework integration GUID (#30) (Lei Jin)([8288a09](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/8288a09bb5c04c7bc3b3201004242118637db159)) +## Other Changes +* ci: migrate from codefresh to github actions (#29) (Timothy MacDonald)([9447a4b](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/9447a4b7a141f3e1fe745c1135efc7f36fe0feb3)) +* ci: version bump to v0.5.3-dev (Lacework)([a5ea3de](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/a5ea3deb8ef3233d2730619a2f085ebb9b9f3b69)) +--- # v0.5.2 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 86cca89..642c8d4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.5.2`. +Another day, another release. These are the release notes for the version `v0.6.0`. +## Features +* feat(GROW-2928): Add an output to capture Lacework integration GUID (#30) (Lei Jin)([8288a09](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/8288a09bb5c04c7bc3b3201004242118637db159)) ## Other Changes -* ci: temporarily disable github workflow triggers and restore codefresh (#27) (Timothy MacDonald)([50a6750](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/50a675043515f36b2b235339f9ab3c0a1c68adca)) -* ci: version bump to v0.5.2-dev (Lacework)([78515be](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/78515be0d148c018db0de2754b6b4e3853ff0e9b)) +* ci: migrate from codefresh to github actions (#29) (Timothy MacDonald)([9447a4b](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/9447a4b7a141f3e1fe745c1135efc7f36fe0feb3)) +* ci: version bump to v0.5.3-dev (Lacework)([a5ea3de](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/a5ea3deb8ef3233d2730619a2f085ebb9b9f3b69)) diff --git a/VERSION b/VERSION index 5a2609f..09a3acf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.3-dev \ No newline at end of file +0.6.0 \ No newline at end of file