diff --git a/CHANGELOG.md b/CHANGELOG.md index 5677959..22c87e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.4.1 + +## Documentation Updates +* docs(readme): add terraform docs automation (#17) (Timothy MacDonald)([55a41ad](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/55a41ad43c1fbe14fe471ec00a52b409a9a906c5)) +## Other Changes +* chore: add lacework_metric_module datasource (#18) (Darren)([cbaf443](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/cbaf443f3161f4757a36940a1ee5ffffc53b0ac4)) +* ci: version bump to v0.4.1-dev (Lacework)([64f1987](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/64f19874ceec5c678b184d7941f606ac4f7be31c)) +--- # v0.4.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bb8bc2d..6e1221f 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.4.0`. +Another day, another release. These are the release notes for the version `v0.4.1`. -## Features -* feat(RAIN-68431): add support to skip lacework integration creation (#15) (Manan Bhatia)([79d7b1a](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/79d7b1afd057c2edd7d91adf3545afdef8bcd00f)) +## Documentation Updates +* docs(readme): add terraform docs automation (#17) (Timothy MacDonald)([55a41ad](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/55a41ad43c1fbe14fe471ec00a52b409a9a906c5)) ## Other Changes -* ci: version bump to v0.3.1-dev (Lacework)([fc80d31](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/fc80d31c7cad75971cbb2a6844bbf2734a23533f)) +* chore: add lacework_metric_module datasource (#18) (Darren)([cbaf443](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/cbaf443f3161f4757a36940a1ee5ffffc53b0ac4)) +* ci: version bump to v0.4.1-dev (Lacework)([64f1987](https://github.com/lacework/terraform-gcp-pub-sub-audit-log/commit/64f19874ceec5c678b184d7941f606ac4f7be31c)) diff --git a/VERSION b/VERSION index 5bd6844..44bb5d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.1-dev \ No newline at end of file +0.4.1 \ No newline at end of file