From c798201c07a3651c6f2e77512e04c4c1e8eb4e4e Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 23 Feb 2023 19:17:30 +0000 Subject: [PATCH] release: v0.2.2 Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 8 +++----- VERSION | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31a1d6..ea45b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.2.2 + +## Bug Fixes +* fix: avoid asking for project_id when is not needed (#24) (Salim Afiune)([e1a80ac](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/e1a80ac227124da41017a0486052201962ce851a)) +## Other Changes +* ci: version bump to v0.2.2-dev (Lacework)([9fb223c](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/9fb223cf0260ff9176b5a53d5ce71c20c00ea887)) +--- # v0.2.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6e6a546..da3c8cf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.2.1`. +Another day, another release. These are the release notes for the version `v0.2.2`. ## Bug Fixes -* fix: Update tf scan frequency validation (#18) (Whitney Smith)([9277f2d](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/9277f2d1cb28015083476c1e3274f43ffc5dfc02)) +* fix: avoid asking for project_id when is not needed (#24) (Salim Afiune)([e1a80ac](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/e1a80ac227124da41017a0486052201962ce851a)) ## Other Changes -* refactor: move custom role creation to a new file (#19) (Ammar Ekbote)([d52dfca](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/d52dfca11b9064b5164448c4a4082e508071ac5f)) -* chore: remove unnecessary permissions (#21) (ammarekbote)([017f38d](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/017f38da476ad4969a47c576a3378c0268dfabc9)) -* ci: version bump to v0.2.1-dev (Lacework)([433ea57](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/433ea57ccef445d322f7df0d3ce6b8490de71608)) +* ci: version bump to v0.2.2-dev (Lacework)([9fb223c](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/9fb223cf0260ff9176b5a53d5ce71c20c00ea887)) diff --git a/VERSION b/VERSION index a0d4970..f477849 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2-dev \ No newline at end of file +0.2.2 \ No newline at end of file