diff --git a/CHANGELOG.md b/CHANGELOG.md index 179de0cf..42a96551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.21.0 (June 30, 2022) + +## Features +* feat(GcpGkeAudit): Add support for GcpGkeAudit apiv2 cloud account integration (#327) (Ross)([00d8d43](https://github.com/lacework/terraform-provider-lacework/commit/00d8d435585bda710d248d58782ae067673c7bc3)) +## Bug Fixes +* fix(RAIN-33379): Fix documentation of policy type (#334) (Carsten Varming)([3fed26b](https://github.com/lacework/terraform-provider-lacework/commit/3fed26bbfd83c4d9fc6da3c356610c22eda650eb)) +## Other Changes +* ci: version bump to v0.20.2-dev (Lacework)([6a64dfe](https://github.com/lacework/terraform-provider-lacework/commit/6a64dfe89da6f70b0ffdb0001ac198d78e0820c8)) + ## v0.20.1 (June 23, 2022) ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 380b7c17..4fe7472a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,9 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.20.1`. +Another day, another release. These are the release notes for the version `v0.21.0`. +## Features +* feat(GcpGkeAudit): Add support for GcpGkeAudit apiv2 cloud account integration (#327) (Ross)([00d8d43](https://github.com/lacework/terraform-provider-lacework/commit/00d8d435585bda710d248d58782ae067673c7bc3)) ## Bug Fixes -* fix: time parse error for expiry field (#332) (Darren)([8c691ef](https://github.com/lacework/terraform-provider-lacework/commit/8c691efe52d3d0f4e7ada25ce8c14ad2428bb911)) +* fix(RAIN-33379): Fix documentation of policy type (#334) (Carsten Varming)([3fed26b](https://github.com/lacework/terraform-provider-lacework/commit/3fed26bbfd83c4d9fc6da3c356610c22eda650eb)) ## Other Changes -* ci: version bump to v0.20.1-dev (Lacework)([5550234](https://github.com/lacework/terraform-provider-lacework/commit/555023422e27589e8448f8adb4828affa8b140bc)) +* ci: version bump to v0.20.2-dev (Lacework)([6a64dfe](https://github.com/lacework/terraform-provider-lacework/commit/6a64dfe89da6f70b0ffdb0001ac198d78e0820c8)) diff --git a/VERSION b/VERSION index 76947dd8..1db0edec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.2-dev \ No newline at end of file +0.21.0 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index dfc37c33..1619a1e3 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20220623145854 +// File generated at: 20220630143742 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "0.20.2-dev" +const version = "0.21.0"