From 9c762c6d86823225ca56b9d89c62470d4c5ec449 Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 31 Oct 2024 17:35:21 +0000 Subject: [PATCH] release: v2.0.1 Signed-off-by: Lacework --- CHANGELOG.md | 6 ++++++ RELEASE_NOTES.md | 6 +++--- VERSION | 2 +- lacework/version.go | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 806c1fb4..e231bdce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.1 (October 31, 2024) + +## Other Changes +* chore: Fix the RGv2 bugs (#663) (Lei Jin)([79b6808a](https://github.com/lacework/terraform-provider-lacework/commit/79b6808a835df574d879f844913f37bdfe5f0397)) +* ci: version bump to v2.0.1-dev (Lacework)([9c7703c4](https://github.com/lacework/terraform-provider-lacework/commit/9c7703c4cce927d74e9adaa80d92d4bb00c63931)) + ## v2.0.0 (October 25, 2024) ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6ed37250..ae015cbf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.0.0`. +Another day, another release. These are the release notes for the version `v2.0.1`. ## Other Changes -* chore: Delete resource group v1 terraform (#659) (Lei Jin)([6341e38f](https://github.com/lacework/terraform-provider-lacework/commit/6341e38f41915066bd9e58fe2392009ea9b9c0af)) -* ci: version bump to v1.19.3-dev (Lacework)([a97134bc](https://github.com/lacework/terraform-provider-lacework/commit/a97134bcd4761155e967f7ec67a16f274b30b8ea)) +* chore: Fix the RGv2 bugs (#663) (Lei Jin)([79b6808a](https://github.com/lacework/terraform-provider-lacework/commit/79b6808a835df574d879f844913f37bdfe5f0397)) +* ci: version bump to v2.0.1-dev (Lacework)([9c7703c4](https://github.com/lacework/terraform-provider-lacework/commit/9c7703c4cce927d74e9adaa80d92d4bb00c63931)) diff --git a/VERSION b/VERSION index 840b784d..10bf840e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1-dev \ No newline at end of file +2.0.1 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index a5f2dc38..71c5e8eb 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20241025203727 +// File generated at: 20241031173521 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "2.0.1-dev" +const version = "2.0.1"