diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac31c7..93cd9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.1.4 + +## Bug Fixes +* fix: removed prefix from `GCP_ORG_ID` env var (#12) (Alan Nix)([199a419](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/199a419359c8920169c5477a7f82c688970024dd)) +* fix: derive bucket name for regional deployments (#11) (Ammar Ekbote)([542b059](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/542b0595575de333218e68cc38e7d2093c796ad8)) +## Other Changes +* ci: version bump to v0.1.4-dev (Lacework)([05da03d](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/05da03d9f9143479939e292a2a202c03ae0fb3e5)) +--- # v0.1.3 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bfb8bc3..5d0d222 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.1.3`. +Another day, another release. These are the release notes for the version `v0.1.4`. ## Bug Fixes -* fix: inherit region from Google provider configuration (#9) (Alan Nix)([e076522](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/e0765222dd5eb6d4b4d74084bb286ac740a28790)) +* fix: removed prefix from `GCP_ORG_ID` env var (#12) (Alan Nix)([199a419](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/199a419359c8920169c5477a7f82c688970024dd)) +* fix: derive bucket name for regional deployments (#11) (Ammar Ekbote)([542b059](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/542b0595575de333218e68cc38e7d2093c796ad8)) ## Other Changes -* ci: version bump to v0.1.3-dev (Lacework)([28094db](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/28094db5389e4c672717f1585c0e8cc89edffc9c)) +* ci: version bump to v0.1.4-dev (Lacework)([05da03d](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/05da03d9f9143479939e292a2a202c03ae0fb3e5)) diff --git a/VERSION b/VERSION index 5d7579b..446ba66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.4-dev \ No newline at end of file +0.1.4 \ No newline at end of file