From 7ef7098dab627617e5dda6eeba063218f442fa67 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 8 Oct 2024 23:39:29 +0100 Subject: [PATCH] release: v3.0.0 (#65) Signed-off-by: Lacework --- CHANGELOG.md | 6 ++++++ RELEASE_NOTES.md | 8 +++----- VERSION | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f72ea8..557e148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v3.0.0 + +## Other Changes +* chore(LINK-3266): Upgrade azurerm to V4 (#64) (Lei Jin)([32bad8a](https://github.com/lacework/terraform-azure-config/commit/32bad8a6dabb956c610ffee4a024bd9def8661b0)) +* ci: version bump to v2.1.1-dev (Lacework)([777b9ca](https://github.com/lacework/terraform-azure-config/commit/777b9ca1e7cb8c07d5e5ddef9053709afc6f693f)) +--- # v2.1.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a613c52..864ace7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.1.0`. +Another day, another release. These are the release notes for the version `v3.0.0`. -## Features -* feat(GROW-2917): add output for lacework integration guid (#61) (Matt Cadorette)([05a8b3d](https://github.com/lacework/terraform-azure-config/commit/05a8b3da4aa3d8b611db5c874b7ae00619b4b803)) ## Other Changes -* ci: migrate from codefresh to github actions (#60) (Timothy MacDonald)([63915bc](https://github.com/lacework/terraform-azure-config/commit/63915bc1ac4892e4b0a9be84df230a91e84d2443)) -* ci: version bump to v2.0.3-dev (Lacework)([dafcd3d](https://github.com/lacework/terraform-azure-config/commit/dafcd3d7f756b58cc35acb2b62b9da0d67ea83b1)) +* chore(LINK-3266): Upgrade azurerm to V4 (#64) (Lei Jin)([32bad8a](https://github.com/lacework/terraform-azure-config/commit/32bad8a6dabb956c610ffee4a024bd9def8661b0)) +* ci: version bump to v2.1.1-dev (Lacework)([777b9ca](https://github.com/lacework/terraform-azure-config/commit/777b9ca1e7cb8c07d5e5ddef9053709afc6f693f)) diff --git a/VERSION b/VERSION index fad0a34..56fea8a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-dev \ No newline at end of file +3.0.0 \ No newline at end of file