From c78f989458e1fe971d7144ff9de8034926688d88 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:29:37 -0800 Subject: [PATCH] release: v2.0.5 (#676) Signed-off-by: Lacework --- CHANGELOG.md | 6 ++++++ RELEASE_NOTES.md | 3 ++- VERSION | 2 +- lacework/version.go | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46233eb9..24f8f059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.5 (January 07, 2025) + +## Other Changes +* chore: Delete old vendor files (#674) (Lei Jin)([6d544b45](https://github.com/lacework/terraform-provider-lacework/commit/6d544b456757cf5b71aa48841831375cffa55094)) +* ci: version bump to v2.0.5-dev (Lacework)([8c118049](https://github.com/lacework/terraform-provider-lacework/commit/8c118049088fa4f089da39a9acca177e4372e425)) + ## v2.0.4 (January 07, 2025) ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 37b5dd11..4fc35ec0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.0.4`. +Another day, another release. These are the release notes for the version `v2.0.5`. ## Other Changes * chore: Delete old vendor files (#674) (Lei Jin)([6d544b45](https://github.com/lacework/terraform-provider-lacework/commit/6d544b456757cf5b71aa48841831375cffa55094)) +* ci: version bump to v2.0.5-dev (Lacework)([8c118049](https://github.com/lacework/terraform-provider-lacework/commit/8c118049088fa4f089da39a9acca177e4372e425)) diff --git a/VERSION b/VERSION index 32ba3cb0..b9d2bdfd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.5-dev \ No newline at end of file +2.0.5 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index 7aa6ae36..d3389d4b 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20250107180227 +// File generated at: 20250107182722 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "2.0.5-dev" +const version = "2.0.5"