From c7c48c401a8e29a534c2221ffe03002043e00efc Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:37:01 -0800 Subject: [PATCH] release: v0.2.1 (#20) Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 10 ++++------ VERSION | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f968a..8237e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.2.1 + +## Bug Fixes +* fix: perms to support enumeration across accts (Ao Zhang)([653c6e9](https://github.com/lacework/terraform-azure-agentless-scanning/commit/653c6e9b2af03c488b489e7964064af01e898385)) +## Other Changes +* ci: version bump to v0.2.1-dev (Lacework)([546087e](https://github.com/lacework/terraform-azure-agentless-scanning/commit/546087eda16ed2244017025a5c2e6d80d5ef3d86)) +--- # v0.2.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index da53e4d..35f51b5 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.0`. +Another day, another release. These are the release notes for the version `v0.2.1`. -## Features -* feat: support infra level encryption (#15) (Ao Zhang)([aebfb28](https://github.com/lacework/terraform-azure-agentless-scanning/commit/aebfb28e7bfcb1b6bf326b06efee4a4d81651abd)) +## Bug Fixes +* fix: perms to support enumeration across accts (Ao Zhang)([653c6e9](https://github.com/lacework/terraform-azure-agentless-scanning/commit/653c6e9b2af03c488b489e7964064af01e898385)) ## Other Changes -* chore: set local var module name (#19) (Darren)([54dbf48](https://github.com/lacework/terraform-azure-agentless-scanning/commit/54dbf48a7e2266505c7746520afb9d6d9b9e7983)) -* chore: add lacework_metric_module datasource (#17) (Darren)([b2ffc6b](https://github.com/lacework/terraform-azure-agentless-scanning/commit/b2ffc6b8d0a0bc30f1e0532f009606e006084f52)) -* ci: version bump to v0.1.4-dev (Lacework)([3c8803b](https://github.com/lacework/terraform-azure-agentless-scanning/commit/3c8803bba4e511c78679a7ab0d57d2d5f0d9abaf)) +* ci: version bump to v0.2.1-dev (Lacework)([546087e](https://github.com/lacework/terraform-azure-agentless-scanning/commit/546087eda16ed2244017025a5c2e6d80d5ef3d86)) diff --git a/VERSION b/VERSION index 97de017..7dff5b8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1-dev \ No newline at end of file +0.2.1 \ No newline at end of file