diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e295e..fc2bc8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.1.1 + +## Documentation Updates +* docs: updated examples and added project-level multi-region (#5) (Alan Nix)([67e464a](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/67e464a251d734dd9b00348b21276d34a34c5f9e)) +## Other Changes +* ci: version bump to v0.1.1-dev (Lacework)([1d53030](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/1d530305b07941fa58462a2b65b001e8da99e596)) +--- # v0.1.0 ## Features @@ -8,4 +15,3 @@ * chore: update Lacework provider version to v1 (Sourcegraph)([23c4950](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/23c4950d27b707cf6d5b19fe0e70f6bba441443a)) * chore: update readme (Darren Murray)([059864a](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/059864a60f56a41f0899c73782a7f6b638794029)) --- - diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b949606..87fc8e0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.1.0`. +Another day, another release. These are the release notes for the version `v0.1.1`. -## Features -* feat: GCP agentless scanning terraform module (#1) (Alan Nix)([58638aa](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/58638aa05e2e81d7ae1232f9d3be8e58f496fa94)) -## Bug Fixes -* fix: updated project name in release script (#3) (Alan Nix)([52f7b0b](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/52f7b0be8cb275038c0fd3b4350a55957f2185a8)) +## Documentation Updates +* docs: updated examples and added project-level multi-region (#5) (Alan Nix)([67e464a](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/67e464a251d734dd9b00348b21276d34a34c5f9e)) ## Other Changes -* chore: update Lacework provider version to v1 (Sourcegraph)([23c4950](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/23c4950d27b707cf6d5b19fe0e70f6bba441443a)) -* chore: update readme (Darren Murray)([059864a](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/059864a60f56a41f0899c73782a7f6b638794029)) +* ci: version bump to v0.1.1-dev (Lacework)([1d53030](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/1d530305b07941fa58462a2b65b001e8da99e596)) diff --git a/VERSION b/VERSION index 2c02a4b..6da28dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1-dev \ No newline at end of file +0.1.1 \ No newline at end of file