From d8cada208156ed38afe46648800d02509f6e382f Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 16 Nov 2023 00:58:54 +0000 Subject: [PATCH] release: v0.1.0 Signed-off-by: Lacework --- CHANGELOG.md | 16 ++++++++++++++++ RELEASE_NOTES.md | 18 +++++++++++++++++- VERSION | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 139597f..fbe32bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,18 @@ +# v0.1.0 +## Features +* feat: doc update (jon-stewart)([5923a38](https://github.com/lacework/terraform-aws-org-configuration/commit/5923a38e427f6493bbf9cec2a4f55a9f3c9177e6)) +## Refactor +* refactor: lots of fixes + cleanup (#3) (Salim Afiune)([07903b0](https://github.com/lacework/terraform-aws-org-configuration/commit/07903b02080adb64bb77fb992bb3f7bb02ca0c15)) +## Bug Fixes +* fix: more and more fixes (#7) (Salim Afiune)([e112df9](https://github.com/lacework/terraform-aws-org-configuration/commit/e112df9bf84fbdb8c2b596d3836634ad358061a7)) +* fix: update kms key policy, sns policy, stackset instance creation (#6) (Matt Cadorette)([9caae48](https://github.com/lacework/terraform-aws-org-configuration/commit/9caae482e5552b4b6986a608f3197aedd473abb6)) +* fix: external_id should always use account (#2) (Matt Cadorette)([3259480](https://github.com/lacework/terraform-aws-org-configuration/commit/32594809e7c9d4986aac63783ebfb427b9694ba6)) +* fix: docs (jon-stewart)([d858616](https://github.com/lacework/terraform-aws-org-configuration/commit/d858616d3a3b7675df2518e840d57f57fdebe872)) +* fix: further impr (jon-stewart)([2682b6b](https://github.com/lacework/terraform-aws-org-configuration/commit/2682b6be36809572efb743299b36bb13503947b6)) +* fix: make tfdocs (jon-stewart)([13075fd](https://github.com/lacework/terraform-aws-org-configuration/commit/13075fd3a953ea7dca544d21d5996fd3bc7b1b3f)) +* fix: tf docs (jon-stewart)([3807572](https://github.com/lacework/terraform-aws-org-configuration/commit/38075727ead23be91cb277c97a876b5b9b9359e4)) +* fix: improvements (jon-stewart)([787cdf2](https://github.com/lacework/terraform-aws-org-configuration/commit/787cdf21895daf70dc9fcdc38f124e17453d8308)) +* fix: archive and invoke (jon-stewart)([9bb57ce](https://github.com/lacework/terraform-aws-org-configuration/commit/9bb57ce7aae72011023c952009f182c1b6d7cb6b)) +--- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c9227c3..48c17ad 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1 +1,17 @@ -# In Development +# Release Notes +Another day, another release. These are the release notes for the version `v0.1.0`. + +## Features +* feat: doc update (jon-stewart)([5923a38](https://github.com/lacework/terraform-aws-org-configuration/commit/5923a38e427f6493bbf9cec2a4f55a9f3c9177e6)) +## Refactor +* refactor: lots of fixes + cleanup (#3) (Salim Afiune)([07903b0](https://github.com/lacework/terraform-aws-org-configuration/commit/07903b02080adb64bb77fb992bb3f7bb02ca0c15)) +## Bug Fixes +* fix: more and more fixes (#7) (Salim Afiune)([e112df9](https://github.com/lacework/terraform-aws-org-configuration/commit/e112df9bf84fbdb8c2b596d3836634ad358061a7)) +* fix: update kms key policy, sns policy, stackset instance creation (#6) (Matt Cadorette)([9caae48](https://github.com/lacework/terraform-aws-org-configuration/commit/9caae482e5552b4b6986a608f3197aedd473abb6)) +* fix: external_id should always use account (#2) (Matt Cadorette)([3259480](https://github.com/lacework/terraform-aws-org-configuration/commit/32594809e7c9d4986aac63783ebfb427b9694ba6)) +* fix: docs (jon-stewart)([d858616](https://github.com/lacework/terraform-aws-org-configuration/commit/d858616d3a3b7675df2518e840d57f57fdebe872)) +* fix: further impr (jon-stewart)([2682b6b](https://github.com/lacework/terraform-aws-org-configuration/commit/2682b6be36809572efb743299b36bb13503947b6)) +* fix: make tfdocs (jon-stewart)([13075fd](https://github.com/lacework/terraform-aws-org-configuration/commit/13075fd3a953ea7dca544d21d5996fd3bc7b1b3f)) +* fix: tf docs (jon-stewart)([3807572](https://github.com/lacework/terraform-aws-org-configuration/commit/38075727ead23be91cb277c97a876b5b9b9359e4)) +* fix: improvements (jon-stewart)([787cdf2](https://github.com/lacework/terraform-aws-org-configuration/commit/787cdf21895daf70dc9fcdc38f124e17453d8308)) +* fix: archive and invoke (jon-stewart)([9bb57ce](https://github.com/lacework/terraform-aws-org-configuration/commit/9bb57ce7aae72011023c952009f182c1b6d7cb6b)) diff --git a/VERSION b/VERSION index c0ab82c..6c6aa7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1-dev +0.1.0 \ No newline at end of file