From 5ec6a062bbe4aa27308be3576f12ee9c8fc7185c Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:27:46 -0800 Subject: [PATCH] release: v0.18.0 (#120) Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 8 ++++---- VERSION | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5a18c..7f5e30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.18.0 + +## Features +* feat: add kinesisanalytics permissions (#117) (ljohnny-git)([31f32d1](https://github.com/lacework/terraform-aws-config/commit/31f32d1e2c6ce026a65a1952c689da5f802b08e9)) +## Other Changes +* ci: version bump to v0.17.2-dev (Lacework)([5a9e4be](https://github.com/lacework/terraform-aws-config/commit/5a9e4bedbcf30a6cd3d0329f465b8e2d0fa385b7)) +--- # v0.17.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b8a47d3..0c618fd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.17.1`. +Another day, another release. These are the release notes for the version `v0.18.0`. -## Bug Fixes -* fix: Fix the GetWorkflow type (#118) (Lei Jin)([2c47b66](https://github.com/lacework/terraform-aws-config/commit/2c47b66f099c4d1d4b0096d10a5ce0b397147b47)) +## Features +* feat: add kinesisanalytics permissions (#117) (ljohnny-git)([31f32d1](https://github.com/lacework/terraform-aws-config/commit/31f32d1e2c6ce026a65a1952c689da5f802b08e9)) ## Other Changes -* ci: version bump to v0.17.1-dev (Lacework)([0408bda](https://github.com/lacework/terraform-aws-config/commit/0408bda9b8c99c4773143a6cb2ed7a3862aeba37)) +* ci: version bump to v0.17.2-dev (Lacework)([5a9e4be](https://github.com/lacework/terraform-aws-config/commit/5a9e4bedbcf30a6cd3d0329f465b8e2d0fa385b7)) diff --git a/VERSION b/VERSION index a2cc8b4..47d04a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.2-dev \ No newline at end of file +0.18.0 \ No newline at end of file