From 7a8d0007ba0bab8e7278238737a18fb038da7db9 Mon Sep 17 00:00:00 2001 From: Lacework Date: Tue, 9 Apr 2024 14:52:21 +0000 Subject: [PATCH] release: v0.15.0 Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 10 +++++----- VERSION | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41ef12..87a3199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.15.0 + +## Features +* feat(GROW-2876): add output for lacework integration ID (#97) (Matt Cadorette)([507274d](https://github.com/lacework/terraform-aws-config/commit/507274d929284f735b4dcd54a6273775dc0e7159)) +## Other Changes +* ci: migrate from codefresh to github actions (#96) (Timothy MacDonald)([a8e026a](https://github.com/lacework/terraform-aws-config/commit/a8e026a2beae8cf065085ef8ae912f92c85888a3)) +* ci: version bump to v0.14.3-dev (Lacework)([a64ba0f](https://github.com/lacework/terraform-aws-config/commit/a64ba0fead07c0c803f9bb2ba3021f58eb73023a)) +--- # v0.14.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a8979eb..472baef 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.14.2`. - -## Bug Fixes -* fix(LINK-2638): Add permission for efs ListTagsForResource (#93) (jingjingzhang-lw)([c5cf5c8](https://github.com/lacework/terraform-aws-config/commit/c5cf5c8adc7d91712de34aa28e9737c7a13af302)) +Another day, another release. These are the release notes for the version `v0.15.0`. +## Features +* feat(GROW-2876): add output for lacework integration ID (#97) (Matt Cadorette)([507274d](https://github.com/lacework/terraform-aws-config/commit/507274d929284f735b4dcd54a6273775dc0e7159)) ## Other Changes -* ci: version bump to v0.14.2-dev (Lacework)([2f60c59](https://github.com/lacework/terraform-aws-config/commit/2f60c591bed6e56748990e62dd05c636ea86cb0c)) +* ci: migrate from codefresh to github actions (#96) (Timothy MacDonald)([a8e026a](https://github.com/lacework/terraform-aws-config/commit/a8e026a2beae8cf065085ef8ae912f92c85888a3)) +* ci: version bump to v0.14.3-dev (Lacework)([a64ba0f](https://github.com/lacework/terraform-aws-config/commit/a64ba0fead07c0c803f9bb2ba3021f58eb73023a)) diff --git a/VERSION b/VERSION index 49ccc4f..7092c7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.3-dev \ No newline at end of file +0.15.0 \ No newline at end of file