From 4bad1c30b1f145f1593c726fe4be466501c3167b Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:23:11 +0100 Subject: [PATCH] release: v0.12.0 (#72) Signed-off-by: Lacework --- CHANGELOG.md | 10 ++++++++++ RELEASE_NOTES.md | 10 ++++++---- VERSION | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53775e..6cc62a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v0.12.0 + +## Features +* feat: Add Apigatewayv2 related permissions (#71) (ramgudivada-lacework)([a615061](https://github.com/lacework/terraform-aws-config/commit/a61506128d66c0724547f4f3edf1a83ca2502c5e)) +* feat: Add Apigateway related permissions (#70) (ramgudivada-lacework)([4306ac8](https://github.com/lacework/terraform-aws-config/commit/4306ac80436f03a3799f48641e14eed2b96e02db)) +* feat: Add ReadOnly access to SSO APIs (#69) (Teddy Reed)([fc891e2](https://github.com/lacework/terraform-aws-config/commit/fc891e25d43ca741f9acd02b697ef24e595bb95e)) +* feat: Add ReadOnly access to IdentityStore APIs (#68) (Teddy Reed)([ae70a06](https://github.com/lacework/terraform-aws-config/commit/ae70a06e76a9c1c9adf47fcea90a010ede2b1ea1)) +## Other Changes +* ci: version bump to v0.11.1-dev (Lacework)([df9969c](https://github.com/lacework/terraform-aws-config/commit/df9969c8144d981d2a71381b1b08123e4b329edd)) +--- # v0.11.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 310d32d..3752758 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.11.0`. +Another day, another release. These are the release notes for the version `v0.12.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)) +* feat: Add Apigatewayv2 related permissions (#71) (ramgudivada-lacework)([a615061](https://github.com/lacework/terraform-aws-config/commit/a61506128d66c0724547f4f3edf1a83ca2502c5e)) +* feat: Add Apigateway related permissions (#70) (ramgudivada-lacework)([4306ac8](https://github.com/lacework/terraform-aws-config/commit/4306ac80436f03a3799f48641e14eed2b96e02db)) +* feat: Add ReadOnly access to SSO APIs (#69) (Teddy Reed)([fc891e2](https://github.com/lacework/terraform-aws-config/commit/fc891e25d43ca741f9acd02b697ef24e595bb95e)) +* feat: Add ReadOnly access to IdentityStore APIs (#68) (Teddy Reed)([ae70a06](https://github.com/lacework/terraform-aws-config/commit/ae70a06e76a9c1c9adf47fcea90a010ede2b1ea1)) ## Other Changes -* ci: version bump to v0.10.1-dev (Lacework)([db0e84c](https://github.com/lacework/terraform-aws-config/commit/db0e84c7d855646ef3fae216efae8f4030561625)) +* ci: version bump to v0.11.1-dev (Lacework)([df9969c](https://github.com/lacework/terraform-aws-config/commit/df9969c8144d981d2a71381b1b08123e4b329edd)) diff --git a/VERSION b/VERSION index 4cd0322..d33c3a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.1-dev \ No newline at end of file +0.12.0 \ No newline at end of file