From 6d9580ead9a9f27ff0bc6f5842976581545b5a47 Mon Sep 17 00:00:00 2001 From: Lacework Date: Fri, 2 Jun 2023 09:10:33 +0000 Subject: [PATCH] release: v0.11.0 Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 9 ++++----- VERSION | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2d53b..c53775e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.11.0 + +## Features +* feat: Add support for AWS provider 5.0 (#65) (Maksym Vlasov)([64966a2](https://github.com/lacework/terraform-aws-config/commit/64966a28081cd3007eaf95ca859e87b4e511e1cf)) +* feat: Add support for AWS provider 5.0 (#65) (Maksym Vlasov)([dd48f47](https://github.com/lacework/terraform-aws-config/commit/dd48f473c245b0337e6a4f80ce1fe7585fe3028c)) +## Other Changes +* ci: version bump to v0.10.1-dev (Lacework)([db0e84c](https://github.com/lacework/terraform-aws-config/commit/db0e84c7d855646ef3fae216efae8f4030561625)) +--- # v0.10.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c9d66c1..310d32d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.10.0`. +Another day, another release. These are the release notes for the version `v0.11.0`. ## Features -* feat: Add Sagemaker related permissions (#60) (ramgudivada-lacework)([3f7e1c9](https://github.com/lacework/terraform-aws-config/commit/3f7e1c917cd5058654f9570a37218074fcabf0b9)) -* feat: EMR permissions (#59) (Darren)([32762e0](https://github.com/lacework/terraform-aws-config/commit/32762e0f79c8834b8f39a74ec6a086d8c153c8e7)) +* feat: Add support for AWS provider 5.0 (#65) (Maksym Vlasov)([64966a2](https://github.com/lacework/terraform-aws-config/commit/64966a28081cd3007eaf95ca859e87b4e511e1cf)) +* feat: Add support for AWS provider 5.0 (#65) (Maksym Vlasov)([dd48f47](https://github.com/lacework/terraform-aws-config/commit/dd48f473c245b0337e6a4f80ce1fe7585fe3028c)) ## Other Changes -* ci: tfsec (jon-stewart)([7b8deca](https://github.com/lacework/terraform-aws-config/commit/7b8deca542c1b9975c063399a8e241c747ac9fcb)) -* ci: version bump to v0.9.1-dev (Lacework)([45fc0bb](https://github.com/lacework/terraform-aws-config/commit/45fc0bb93201b93346c92d25bb87238d732437b8)) +* ci: version bump to v0.10.1-dev (Lacework)([db0e84c](https://github.com/lacework/terraform-aws-config/commit/db0e84c7d855646ef3fae216efae8f4030561625)) diff --git a/VERSION b/VERSION index 60032f2..142464b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.1-dev \ No newline at end of file +0.11.0 \ No newline at end of file