From c42dee9c2eee49d4ebb12d29b5e42e0d70c8315d Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:38:46 +0000 Subject: [PATCH] release: v0.5.1 (#26) Signed-off-by: Lacework --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- RELEASE_NOTES.md | 7 ++----- VERSION | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa69ff8..907dbdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.5.1 + + +--- # v0.5.0 ## Features diff --git a/README.md b/README.md index 50716ed..cc8c8fb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ cloudresourcemanager.googleapis.com | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.15.1 | -| [google](#requirement\_google) | >= 4.4.0, < 5.0.0 | +| [google](#requirement\_google) | >= 4.4.0 | | [lacework](#requirement\_lacework) | ~> 1.18 | | [time](#requirement\_time) | ~> 0.6 | @@ -48,7 +48,7 @@ cloudresourcemanager.googleapis.com | Name | Version | |------|---------| -| [google](#provider\_google) | >= 4.4.0, < 5.0.0 | +| [google](#provider\_google) | >= 4.4.0 | | [lacework](#provider\_lacework) | ~> 1.18 | | [random](#provider\_random) | n/a | | [time](#provider\_time) | ~> 0.6 | diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 007510a..5421e83 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,4 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.5.0`. +Another day, another release. These are the release notes for the version `v0.5.1`. + -## Features -* feat(GROW-2540): support integration folder customization for inclusion/exclusion (#22) (Matt Cadorette)([a39a097](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/a39a097bee10a64ff620093277c051b376b8ab1d)) -## Other Changes -* ci: version bump to v0.4.3-dev (Lacework)([933ce4c](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/933ce4c4dab10e356851d5acb828124cbac89e84)) diff --git a/VERSION b/VERSION index 69d71cd..5d4294b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1-dev \ No newline at end of file +0.5.1 \ No newline at end of file