From 5e0193c4c8f070a5e17cd67c6a1cc12e053590c9 Mon Sep 17 00:00:00 2001 From: Lacework Date: Fri, 9 May 2025 15:03:18 +0000 Subject: [PATCH] release: v0.20.0 Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 9 +++------ VERSION | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c33f43..9792f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.20.0 + +## Features +* feat(RAIN-94565): Added 11 services for TF permissions 20.0.0 (#131) (LMAX-iwnf)([2207b0a](https://github.com/lacework/terraform-aws-config/commit/2207b0a556f296a84f2922a15a2794d82f30d9da)) +## Other Changes +* ci: version bump to v0.19.1-dev (Lacework)([2443622](https://github.com/lacework/terraform-aws-config/commit/2443622dc2e4d91d8fccce65616c50e4d77364aa)) +--- # v0.19.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2bed31b..e9bc3d9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.19.0`. +Another day, another release. These are the release notes for the version `v0.20.0`. ## Features -* feat(RAIN-94335): Adding permission for terraform version 0.19.0 (#128) (LMAX-iwnf)([c944e62](https://github.com/lacework/terraform-aws-config/commit/c944e625a1580a2f2cace096a55d2c99e7fd2b5c)) -* feat(RAIN-94239): Rm modify terraform to add a policy (#127) (LMAX-iwnf)([664dfaa](https://github.com/lacework/terraform-aws-config/commit/664dfaabc6027ddeb07911e045b7bfeef2e18a82)) -* feat: add AWS personalize service permissions (#125) (ljohnny-git)([a40e918](https://github.com/lacework/terraform-aws-config/commit/a40e9183d8a4dffebfc925a9617de6dace4dc07c)) -* feat: add permissions for appstream (#123) (ljohnny-git)([c0ccfb8](https://github.com/lacework/terraform-aws-config/commit/c0ccfb82f3f95f8a094bb943faecf28c77e9772e)) +* feat(RAIN-94565): Added 11 services for TF permissions 20.0.0 (#131) (LMAX-iwnf)([2207b0a](https://github.com/lacework/terraform-aws-config/commit/2207b0a556f296a84f2922a15a2794d82f30d9da)) ## Other Changes -* ci: version bump to v0.18.1-dev (Lacework)([86b54bd](https://github.com/lacework/terraform-aws-config/commit/86b54bd67ee0880b097501b9dfba420fe26d7970)) +* ci: version bump to v0.19.1-dev (Lacework)([2443622](https://github.com/lacework/terraform-aws-config/commit/2443622dc2e4d91d8fccce65616c50e4d77364aa)) diff --git a/VERSION b/VERSION index c8c8f35..a881cf7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.1-dev \ No newline at end of file +0.20.0 \ No newline at end of file