diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2bc8d..fe44544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.1.2 + +## Bug Fixes +* fix: conditionally create the role for snapshot creation (#7) (Alan Nix)([20b23e3](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/20b23e392d95ae946cb2df133d28b5b99c31b173)) +## Other Changes +* ci: version bump to v0.1.2-dev (Lacework)([053f820](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/053f82040a12127c30ef3f20ca74e85f0f107c87)) +--- # v0.1.1 ## Documentation Updates diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 87fc8e0..695533b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.1.1`. +Another day, another release. These are the release notes for the version `v0.1.2`. -## 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)) +## Bug Fixes +* fix: conditionally create the role for snapshot creation (#7) (Alan Nix)([20b23e3](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/20b23e392d95ae946cb2df133d28b5b99c31b173)) ## Other Changes -* ci: version bump to v0.1.1-dev (Lacework)([1d53030](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/1d530305b07941fa58462a2b65b001e8da99e596)) +* ci: version bump to v0.1.2-dev (Lacework)([053f820](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/053f82040a12127c30ef3f20ca74e85f0f107c87)) diff --git a/VERSION b/VERSION index e6ed53c..8294c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2-dev \ No newline at end of file +0.1.2 \ No newline at end of file