From 75f72f392288d655ae2ee14324530c3c504500c8 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:18:48 -0700 Subject: [PATCH] release: v3.0.1 (#67) Signed-off-by: Lacework --- CHANGELOG.md | 5 +++++ README.md | 2 +- RELEASE_NOTES.md | 5 ++--- VERSION | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 557e148..383c659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v3.0.1 + +## Other Changes +* ci: version bump to v3.0.1-dev (Lacework)([a2d716b](https://github.com/lacework/terraform-azure-config/commit/a2d716be9c2c95114d9e40a18d59c3db12b5df3d)) +--- # v3.0.0 ## Other Changes diff --git a/README.md b/README.md index ad1c698..114e75a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ It adds a Service Principal as a subscription "Reader" and "Key Vault Reader", t | Name | Source | Version | |------|--------|---------| -| [az\_ad\_application](#module\_az\_ad\_application) | lacework/ad-application/azure | ~> 1.0 | +| [az\_ad\_application](#module\_az\_ad\_application) | lacework/ad-application/azure | ~> 2.0 | ## Resources diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 864ace7..7adc1ed 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,5 @@ # Release Notes -Another day, another release. These are the release notes for the version `v3.0.0`. +Another day, another release. These are the release notes for the version `v3.0.1`. ## 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)) +* ci: version bump to v3.0.1-dev (Lacework)([a2d716b](https://github.com/lacework/terraform-azure-config/commit/a2d716be9c2c95114d9e40a18d59c3db12b5df3d)) diff --git a/VERSION b/VERSION index f3b40ee..13d683c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.1-dev \ No newline at end of file +3.0.1 \ No newline at end of file