diff --git a/CHANGELOG.md b/CHANGELOG.md index ea45b10..881aaa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.3.0 + +## Features +* feat: Add multi volume variable (#34) (Whitney Smith)([8102c70](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/8102c7068b2c1942663188ee8b503d5097912168)) +--- # v0.2.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index da3c8cf..471d6a4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,5 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.2.2`. +Another day, another release. These are the release notes for the version `v0.3.0`. -## 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)) +## Features +* feat: Add multi volume variable (#34) (Whitney Smith)([8102c70](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/8102c7068b2c1942663188ee8b503d5097912168)) diff --git a/VERSION b/VERSION index 43b320d..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.3-dev \ No newline at end of file +0.3.0 \ No newline at end of file