diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ef410..ab232e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v2.1.6 + +## Bug Fixes +* fix(LINK-4116): do not require org level permissions for project level integrations. (#96) (Joseph Wilder)([041b661](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/041b66160bd72297e6f024dd3b256c23835b66cb)) +## Other Changes +* ci: version bump to v2.1.6-dev (Lacework)([1b9271b](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/1b9271b29f66826328c9db23606b2b09d3e8c603)) +--- # v2.1.5 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 44b3d98..c8441d4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.1.5`. +Another day, another release. These are the release notes for the version `v2.1.6`. ## Bug Fixes -* fix: update Terraform examples (#94) (Joseph Wilder)([8a28834](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/8a28834527e69f7874ed73bd0d9dcb2dc0a6e911)) +* fix(LINK-4116): do not require org level permissions for project level integrations. (#96) (Joseph Wilder)([041b661](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/041b66160bd72297e6f024dd3b256c23835b66cb)) ## Other Changes -* ci: version bump to v2.1.5-dev (Lacework)([88ddcfc](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/88ddcfc7534228e35280b7020f8bbf52a216e2cf)) +* ci: version bump to v2.1.6-dev (Lacework)([1b9271b](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/1b9271b29f66826328c9db23606b2b09d3e8c603)) diff --git a/VERSION b/VERSION index 1ae3dbd..b6da512 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.6-dev \ No newline at end of file +2.1.6 \ No newline at end of file