diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd6306..2047214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v3.0.2 + +## Other Changes +* chore: set local var module name (#90) (Darren)([6071d14](https://github.com/lacework/terraform-gcp-config/commit/6071d1401b012ed057118344b854f8c5a7719083)) +* ci: version bump to v3.0.2-dev (Lacework)([cda5e94](https://github.com/lacework/terraform-gcp-config/commit/cda5e94129de2ef1398cb1ecf3cde7da1896c41b)) +--- # v3.0.1 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5b21411..dabe87e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v3.0.1`. +Another day, another release. These are the release notes for the version `v3.0.2`. ## Other Changes -* chore: add lacework_metric_module datasource (#88) (Darren)([4255e04](https://github.com/lacework/terraform-gcp-config/commit/4255e044c47e4ae2c29df1e386b551c40a64d1f1)) -* ci: version bump to v3.0.1-dev (Lacework)([73f3276](https://github.com/lacework/terraform-gcp-config/commit/73f32765984a5ddcd73a0f8687fd55f46999ece0)) +* chore: set local var module name (#90) (Darren)([6071d14](https://github.com/lacework/terraform-gcp-config/commit/6071d1401b012ed057118344b854f8c5a7719083)) +* ci: version bump to v3.0.2-dev (Lacework)([cda5e94](https://github.com/lacework/terraform-gcp-config/commit/cda5e94129de2ef1398cb1ecf3cde7da1896c41b)) diff --git a/VERSION b/VERSION index 8e24c99..d9c62ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.2-dev \ No newline at end of file +3.0.2 \ No newline at end of file