From a6813fc91af689563ef15ae7739cf453894dd6b6 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 23 Jan 2024 02:08:12 -0800 Subject: [PATCH] release: v4.0.1 (#91) Signed-off-by: Lacework --- CHANGELOG.md | 6 ++++++ RELEASE_NOTES.md | 10 +++------- VERSION | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d61571f..a7600a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v4.0.1 + +## Other Changes +* chore: add lacework_metric_module datasource (#90) (Darren)([a7e77e6](https://github.com/lacework/terraform-gcp-audit-log/commit/a7e77e617ac0ab5901231862c647e6efa0805f0f)) +* ci: version bump to v4.0.1-dev (Lacework)([588b675](https://github.com/lacework/terraform-gcp-audit-log/commit/588b6759a8d51f6420fa8d752cb2693db97babd4)) +--- # v4.0.0 ## Refactor diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2631bd8..326ad23 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v4.0.0`. +Another day, another release. These are the release notes for the version `v4.0.1`. -## Refactor -* refactor: allows upgrading the google provider to 5.x (#87) (Laurent Raufaste)([3515d8d](https://github.com/lacework/terraform-gcp-audit-log/commit/3515d8d34b0ecc1096748a6e65bd44f90e3e3e56)) -## Documentation Updates -* docs(readme): add terraform docs automation (#86) (Timothy MacDonald)([781e536](https://github.com/lacework/terraform-gcp-audit-log/commit/781e53640f9d35f320c0d7260fd7fdf8b6617296)) ## Other Changes -* chore: major version bump to 4.0.0 (#88) (Salim Afiune)([6199748](https://github.com/lacework/terraform-gcp-audit-log/commit/61997480f8c19e99596fb714484e2be7e45b7111)) -* ci: version bump to v3.4.5-dev (Lacework)([3e7c3bd](https://github.com/lacework/terraform-gcp-audit-log/commit/3e7c3bd9e23d49efab8e3e2f00c8b20028ecb28e)) +* chore: add lacework_metric_module datasource (#90) (Darren)([a7e77e6](https://github.com/lacework/terraform-gcp-audit-log/commit/a7e77e617ac0ab5901231862c647e6efa0805f0f)) +* ci: version bump to v4.0.1-dev (Lacework)([588b675](https://github.com/lacework/terraform-gcp-audit-log/commit/588b6759a8d51f6420fa8d752cb2693db97babd4)) diff --git a/VERSION b/VERSION index 75aa6a3..cc868b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.1-dev \ No newline at end of file +4.0.1 \ No newline at end of file