From 0f9a2ea948183fbfede88e863f4437bd1d9ae874 Mon Sep 17 00:00:00 2001 From: Lacework Date: Fri, 13 Oct 2023 17:12:13 +0000 Subject: [PATCH] release: v0.4.4 Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 9 +++++---- VERSION | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce96183..614804a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.4.4 + +## Documentation Updates +* docs(readme): add terraform docs automation (#26) (Timothy MacDonald)([5304d28](https://github.com/lacework/terraform-gcp-gar/commit/5304d287033e4d3f4a7a9c59142fefeb9664ae0a)) +## Other Changes +* ci: tfsec (jon-stewart)([4b395b5](https://github.com/lacework/terraform-gcp-gar/commit/4b395b562243508478dd6a7181c96670ffadf962)) +* ci: version bump to v0.4.4-dev (Lacework)([f9df3a1](https://github.com/lacework/terraform-gcp-gar/commit/f9df3a1e969212c9ddf521f0fa7b23de159421a8)) +--- # v0.4.3 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3f3ac92..4e61fec 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.3`. +Another day, another release. These are the release notes for the version `v0.4.4`. -## Bug Fixes -* fix: avoid asking for project_id when is not needed (#22) (Salim Afiune)([7bc97b7](https://github.com/lacework/terraform-gcp-gar/commit/7bc97b70b3b1835b3f9071d956d362cd5836a6a4)) +## Documentation Updates +* docs(readme): add terraform docs automation (#26) (Timothy MacDonald)([5304d28](https://github.com/lacework/terraform-gcp-gar/commit/5304d287033e4d3f4a7a9c59142fefeb9664ae0a)) ## Other Changes -* ci: version bump to v0.4.3-dev (Lacework)([3890684](https://github.com/lacework/terraform-gcp-gar/commit/3890684cd9172d6b7ec7c50544ec58e1ce014b59)) +* ci: tfsec (jon-stewart)([4b395b5](https://github.com/lacework/terraform-gcp-gar/commit/4b395b562243508478dd6a7181c96670ffadf962)) +* ci: version bump to v0.4.4-dev (Lacework)([f9df3a1](https://github.com/lacework/terraform-gcp-gar/commit/f9df3a1e969212c9ddf521f0fa7b23de159421a8)) diff --git a/VERSION b/VERSION index c5ff997..b300caa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.4-dev \ No newline at end of file +0.4.4 \ No newline at end of file