diff --git a/CHANGELOG.md b/CHANGELOG.md index 2060f7a1..78bd12e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.3 (November 01, 2024) + +## Other Changes +* chore: Upgrade go-sdk to v2 (#667) (Lei Jin)([ab4c9511](https://github.com/lacework/terraform-provider-lacework/commit/ab4c9511939ff7797cca03503d3b58abfe8fb96c)) +* ci: version bump to v2.0.3-dev (Lacework)([fd6120fb](https://github.com/lacework/terraform-provider-lacework/commit/fd6120fb8c96ce8f63c9e417684dabb6f678fdbc)) + ## v2.0.2 (October 31, 2024) ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1247ebed..aca6232d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.0.2`. +Another day, another release. These are the release notes for the version `v2.0.3`. -## Bug Fixes -* fix: Correctly import Resource Group terraform when using terraform i… (#665) (Zeki Sherif)([13f221ea](https://github.com/lacework/terraform-provider-lacework/commit/13f221ea5c7d2f4ce09d6c2cefb65f85569f3924)) ## Other Changes -* ci: version bump to v2.0.2-dev (Lacework)([b3a8b75d](https://github.com/lacework/terraform-provider-lacework/commit/b3a8b75d908ece1cf12118409d79b65ac536d060)) +* chore: Upgrade go-sdk to v2 (#667) (Lei Jin)([ab4c9511](https://github.com/lacework/terraform-provider-lacework/commit/ab4c9511939ff7797cca03503d3b58abfe8fb96c)) +* ci: version bump to v2.0.3-dev (Lacework)([fd6120fb](https://github.com/lacework/terraform-provider-lacework/commit/fd6120fb8c96ce8f63c9e417684dabb6f678fdbc)) diff --git a/VERSION b/VERSION index 198fac18..6acdb442 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3-dev \ No newline at end of file +2.0.3 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index 41e68a9c..21e58b5e 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20241031224134 +// File generated at: 20241101210506 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "2.0.3-dev" +const version = "2.0.3"