From ed879e058510ae582e1d897e26290736536a9b29 Mon Sep 17 00:00:00 2001 From: Lacework Date: Fri, 13 Dec 2024 16:55:14 +0000 Subject: [PATCH] release: v0.17.1 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 10cc708..2d5a18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.17.1 + +## Bug Fixes +* fix: Fix the GetWorkflow type (#118) (Lei Jin)([2c47b66](https://github.com/lacework/terraform-aws-config/commit/2c47b66f099c4d1d4b0096d10a5ce0b397147b47)) +## Other Changes +* ci: version bump to v0.17.1-dev (Lacework)([0408bda](https://github.com/lacework/terraform-aws-config/commit/0408bda9b8c99c4773143a6cb2ed7a3862aeba37)) +--- # v0.17.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2282ebe..b8a47d3 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.0`. +Another day, another release. These are the release notes for the version `v0.17.1`. -## Features -* feat: add permission for cognito-idp service (#114) (ljohnny-git)([fb67991](https://github.com/lacework/terraform-aws-config/commit/fb67991f6a20644bbde618e75347d4cfb3d4558b)) +## Bug Fixes +* fix: Fix the GetWorkflow type (#118) (Lei Jin)([2c47b66](https://github.com/lacework/terraform-aws-config/commit/2c47b66f099c4d1d4b0096d10a5ce0b397147b47)) ## Other Changes -* ci: version bump to v0.16.1-dev (Lacework)([4b4d052](https://github.com/lacework/terraform-aws-config/commit/4b4d052128e6782362fba639de3b65eb14fb00b4)) +* ci: version bump to v0.17.1-dev (Lacework)([0408bda](https://github.com/lacework/terraform-aws-config/commit/0408bda9b8c99c4773143a6cb2ed7a3862aeba37)) diff --git a/VERSION b/VERSION index a2ebfee..14a8c24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.1-dev \ No newline at end of file +0.17.1 \ No newline at end of file