diff --git a/CHANGELOG.md b/CHANGELOG.md index 867691659..b66153b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v0.10.0 (September 27, 2021) + +## Features +* feat: New Lw Account Resource Group Terraform Resource (#171) (Darren)([8425534](https://github.com/lacework/terraform-provider-lacework/commit/84255348e6e68986ccdf773ce73219990032dac5)) +* feat: New Container Resource Group Terraform Resource (#170) (Darren)([ffc35cf](https://github.com/lacework/terraform-provider-lacework/commit/ffc35cf73537b0968619831e873d92d0ca6df4da)) +* feat: New Machine Resource Group Terraform Resource (#169) (Darren)([4433d9a](https://github.com/lacework/terraform-provider-lacework/commit/4433d9a10367c49b412a399d5358f96bb95b51f5)) +## Refactor +* refactor: switch over to use APIv2 by default (#173) (Salim Afiune)([6ebd5fc](https://github.com/lacework/terraform-provider-lacework/commit/6ebd5fc0b3ebcc75fa00986633dfab66a35da1e4)) +## Documentation Updates +* docs: Add contributing documentation (#165) (Darren)([55a4408](https://github.com/lacework/terraform-provider-lacework/commit/55a44080a0f2901500f5d791be357a7b163019b6)) +## Other Changes +* ci: version bump to v0.9.3-dev (Lacework)([f619f25](https://github.com/lacework/terraform-provider-lacework/commit/f619f2572e3812b6db6257ffafebe8d4c7f4ec5f)) + ## v0.9.2 (September 23, 2021) ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f31b47c13..5394f1bce 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,13 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.9.2`. +Another day, another release. These are the release notes for the version `v0.10.0`. -## Bug Fixes -* fix: Fix return empty array when casting limit_by fields (#167) (Darren)([329a00c](https://github.com/lacework/terraform-provider-lacework/commit/329a00cc21e3b2729e933df3fa271ad4a4b8fa29)) +## Features +* feat: New Lw Account Resource Group Terraform Resource (#171) (Darren)([8425534](https://github.com/lacework/terraform-provider-lacework/commit/84255348e6e68986ccdf773ce73219990032dac5)) +* feat: New Container Resource Group Terraform Resource (#170) (Darren)([ffc35cf](https://github.com/lacework/terraform-provider-lacework/commit/ffc35cf73537b0968619831e873d92d0ca6df4da)) +* feat: New Machine Resource Group Terraform Resource (#169) (Darren)([4433d9a](https://github.com/lacework/terraform-provider-lacework/commit/4433d9a10367c49b412a399d5358f96bb95b51f5)) +## Refactor +* refactor: switch over to use APIv2 by default (#173) (Salim Afiune)([6ebd5fc](https://github.com/lacework/terraform-provider-lacework/commit/6ebd5fc0b3ebcc75fa00986633dfab66a35da1e4)) +## Documentation Updates +* docs: Add contributing documentation (#165) (Darren)([55a4408](https://github.com/lacework/terraform-provider-lacework/commit/55a44080a0f2901500f5d791be357a7b163019b6)) ## Other Changes -* build(deps): bump github.com/gruntwork-io/terratest (#164) (dependabot[bot])([2d9be48](https://github.com/lacework/terraform-provider-lacework/commit/2d9be48831618f6cbba6a49be3c0e3f04e2f8eb6)) -* ci: version bump to v0.9.2-dev (Lacework)([80e0cb8](https://github.com/lacework/terraform-provider-lacework/commit/80e0cb830d18801399381adf39d29d0893a8cc45)) +* ci: version bump to v0.9.3-dev (Lacework)([f619f25](https://github.com/lacework/terraform-provider-lacework/commit/f619f2572e3812b6db6257ffafebe8d4c7f4ec5f)) diff --git a/VERSION b/VERSION index fba5459b5..2774f8587 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.3-dev \ No newline at end of file +0.10.0 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index 25b27d1c3..39fe1c965 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20210923115439 +// File generated at: 20210927151208 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "0.9.3-dev" +const version = "0.10.0"