From 164a45ea0536c309af604a93179d484ab6775156 Mon Sep 17 00:00:00 2001 From: Lacework Date: Wed, 13 Nov 2024 23:08:33 +0000 Subject: [PATCH] release: v2.10.1 Signed-off-by: Lacework --- CHANGELOG.md | 6 ++++++ RELEASE_NOTES.md | 9 +++------ VERSION | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca896a2..fb3ee7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v2.10.1 + +## Other Changes +* chore: Update lacework provider dependency to ~>2.0 (#164) (Pengyuan Zhao)([aeb265f](https://github.com/lacework/terraform-aws-cloudtrail/commit/aeb265f376062796379dc57be11d11d035c6cee9)) +* ci: version bump to v2.10.1-dev (Lacework)([731f306](https://github.com/lacework/terraform-aws-cloudtrail/commit/731f3060581a147de77676403a1d6d4009dd0863)) +--- # v2.10.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c47d8e2..f18e9a7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.10.0`. +Another day, another release. These are the release notes for the version `v2.10.1`. -## Features -* feat: support providing a cloudtrail from a different account (#147) (Salim Afiune Maya)([01072c3](https://github.com/lacework/terraform-aws-cloudtrail/commit/01072c357240ea04f8769a52adceb0c39a5392ca)) ## Other Changes -* chore(GROW-2952): add codeowners (#160) (Matt Cadorette)([26c5e30](https://github.com/lacework/terraform-aws-cloudtrail/commit/26c5e3028b6f6749a8877f9d0da5c79a224f3212)) -* ci: migrate from codefresh to github actions (#159) (Timothy MacDonald)([5c373a6](https://github.com/lacework/terraform-aws-cloudtrail/commit/5c373a68e6768f62beb96054476ad5a5e062df9d)) -* ci: version bump to v2.9.2-dev (Lacework)([a9a1dd2](https://github.com/lacework/terraform-aws-cloudtrail/commit/a9a1dd244be609037587a4a446b1857471f34509)) +* chore: Update lacework provider dependency to ~>2.0 (#164) (Pengyuan Zhao)([aeb265f](https://github.com/lacework/terraform-aws-cloudtrail/commit/aeb265f376062796379dc57be11d11d035c6cee9)) +* ci: version bump to v2.10.1-dev (Lacework)([731f306](https://github.com/lacework/terraform-aws-cloudtrail/commit/731f3060581a147de77676403a1d6d4009dd0863)) diff --git a/VERSION b/VERSION index 46b401c..5cc8215 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.1-dev \ No newline at end of file +2.10.1 \ No newline at end of file