From ecc8ee86128c9c6214766c59e56709d3943d531c Mon Sep 17 00:00:00 2001 From: Lacework Date: Tue, 23 Jan 2024 18:05:44 +0000 Subject: [PATCH] release: v1.0.1 Signed-off-by: Lacework --- CHANGELOG.md | 6 ++++++ RELEASE_NOTES.md | 9 +++------ VERSION | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c716000..a3f6fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.0.1 + +## Other Changes +* chore: set local var module name (#19) (Darren)([44de944](https://github.com/lacework/terraform-aws-org-configuration/commit/44de9442551bad24df128317cbeb2312ea5f7489)) +* ci: version bump to v1.0.1-dev (Lacework)([e27798e](https://github.com/lacework/terraform-aws-org-configuration/commit/e27798e3df0d3b016df34d7f23ebe2ff2388af9b)) +--- # v1.0.0 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 814807f..a140263 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.0.0`. +Another day, another release. These are the release notes for the version `v1.0.1`. ## Other Changes -* chore: add lacework_metric_module datasource (Darren Murray)([8c09421](https://github.com/lacework/terraform-aws-org-configuration/commit/8c0942147216bf61b71e9105c950d0fdfda23120)) -* chore: update lambda function version (Pengyuan Zhao)([8a6a8ac](https://github.com/lacework/terraform-aws-org-configuration/commit/8a6a8ac6e9369496498176cccf1e98cf5e8d2329)) -* chore: update template_url (Pengyuan Zhao)([da8eaab](https://github.com/lacework/terraform-aws-org-configuration/commit/da8eaababc45450a3e1df4618897751fa3f8e467)) -* chore: use secret ARN instead of secret name for Lacework API credentials (Pengyuan Zhao)([67c3366](https://github.com/lacework/terraform-aws-org-configuration/commit/67c3366db495acbf668a60849bd9a9fe304865a7)) -* ci: version bump to v0.1.2-dev (Lacework)([bac2c6f](https://github.com/lacework/terraform-aws-org-configuration/commit/bac2c6ffd34445a41de9997c28693611699213b4)) +* chore: set local var module name (#19) (Darren)([44de944](https://github.com/lacework/terraform-aws-org-configuration/commit/44de9442551bad24df128317cbeb2312ea5f7489)) +* ci: version bump to v1.0.1-dev (Lacework)([e27798e](https://github.com/lacework/terraform-aws-org-configuration/commit/e27798e3df0d3b016df34d7f23ebe2ff2388af9b)) diff --git a/VERSION b/VERSION index 8c555f2..7f20734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1-dev \ No newline at end of file +1.0.1 \ No newline at end of file