From ea41d376173b9449080fedc9f765d126b2b4db29 Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 8 Feb 2024 18:44:57 +0000 Subject: [PATCH] release: v1.1.0 Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 7 ++++--- VERSION | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f6fd5..844e4f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.1.0 + +## Features +* feat: support user-supplied tags (#21) (Matt Cadorette)([9d89e57](https://github.com/lacework/terraform-aws-org-configuration/commit/9d89e57413857f8af78e7cd4dee4d7354037c43f)) +## Other Changes +* ci: version bump to v1.0.2-dev (Lacework)([5944770](https://github.com/lacework/terraform-aws-org-configuration/commit/59447704fa4278483b31f6ec9ce2d0dafa7a813e)) +--- # v1.0.1 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a140263..b005c07 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.0.1`. +Another day, another release. These are the release notes for the version `v1.1.0`. +## Features +* feat: support user-supplied tags (#21) (Matt Cadorette)([9d89e57](https://github.com/lacework/terraform-aws-org-configuration/commit/9d89e57413857f8af78e7cd4dee4d7354037c43f)) ## 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)) +* ci: version bump to v1.0.2-dev (Lacework)([5944770](https://github.com/lacework/terraform-aws-org-configuration/commit/59447704fa4278483b31f6ec9ce2d0dafa7a813e)) diff --git a/VERSION b/VERSION index a8d4b15..1cc5f65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2-dev \ No newline at end of file +1.1.0 \ No newline at end of file