diff --git a/CHANGELOG.md b/CHANGELOG.md index 716972eee..358142b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.9.1 (September 13, 2021) + +## Documentation Updates +* docs: standardize mention of 'ids' (#162) (Salim Afiune)([8591935](https://github.com/lacework/terraform-provider-lacework/commit/8591935b8372dec0cdcd93575074b62356f48841)) +* docs: fix html markdown indentation (#161) (Darren)([a8e735a](https://github.com/lacework/terraform-provider-lacework/commit/a8e735a741795744281f04611cfe69e7ab9e25cb)) +## Other Changes +* ci: version bump to v0.9.1-dev (Lacework)([ec0b0b7](https://github.com/lacework/terraform-provider-lacework/commit/ec0b0b7cadd8be729ee167443da34de237f40c6f)) + ## v0.9.0 (September 10, 2021) ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a9d0f7825..f115fff13 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,16 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.9.0`. +Another day, another release. These are the release notes for the version `v0.9.1`. -## Features -* feat(resource): New lacework_resource_group_azure (#158) (Darren)([6ab2f0c](https://github.com/lacework/terraform-provider-lacework/commit/6ab2f0c75b50e533f987bd31e51ce90ef052d503)) -* feat(resource): New lacework_resource_group_gcp (#156) (Darren)([d88a7b9](https://github.com/lacework/terraform-provider-lacework/commit/d88a7b9671dc759c45e56ac2877694dfead7e278)) -* feat: gracefully handle account config .lacework.net (#157) (Salim Afiune)([cb32670](https://github.com/lacework/terraform-provider-lacework/commit/cb326706d479f5f405dd30c6414ed271e5f38bad)) -* feat: Add Non-OS Package support for GCR, DockerV2, and DockerHub (#152) (Andre Elizondo)([96b4df8](https://github.com/lacework/terraform-provider-lacework/commit/96b4df89fcb52b1cffe6457e5db3df85e219a994)) -* feat(resource): New lacework_resource_group_aws (#155) (Darren)([ca4eb3d](https://github.com/lacework/terraform-provider-lacework/commit/ca4eb3d3556b7dfad07ec749296cc67d76ac8be5)) -* feat: new Github Container Registry (GHCR) resource (#143) (Darren)([7301f74](https://github.com/lacework/terraform-provider-lacework/commit/7301f7461d332d50184868d0ed6450b12d0a5bbb)) -## Bug Fixes -* fix: enable parsing internal accounts (#159) (Salim Afiune)([bb72fb4](https://github.com/lacework/terraform-provider-lacework/commit/bb72fb410b7a4ed5ef1ae2851fcbd0bea17d825b)) +## Documentation Updates +* docs: standardize mention of 'ids' (#162) (Salim Afiune)([8591935](https://github.com/lacework/terraform-provider-lacework/commit/8591935b8372dec0cdcd93575074b62356f48841)) +* docs: fix html markdown indentation (#161) (Darren)([a8e735a](https://github.com/lacework/terraform-provider-lacework/commit/a8e735a741795744281f04611cfe69e7ab9e25cb)) ## Other Changes -* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#154) (dependabot[bot])([0e749a3](https://github.com/lacework/terraform-provider-lacework/commit/0e749a3e4b89c3f61ec5ea14df1649bade666e3a)) -* build(deps): bump github.com/gruntwork-io/terratest (#151) (dependabot[bot])([3a8eaed](https://github.com/lacework/terraform-provider-lacework/commit/3a8eaed311a38b42e64d6b3050bd19bd6c605b62)) -* ci: version bump to v0.8.2-dev (Lacework)([b998522](https://github.com/lacework/terraform-provider-lacework/commit/b998522ae2ed362f64ed53736999b8fd4a6f1187)) +* ci: version bump to v0.9.1-dev (Lacework)([ec0b0b7](https://github.com/lacework/terraform-provider-lacework/commit/ec0b0b7cadd8be729ee167443da34de237f40c6f)) diff --git a/VERSION b/VERSION index ea9d6470d..f514a2f0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1-dev \ No newline at end of file +0.9.1 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index 47c548d48..d46d747e0 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20210910170537 +// File generated at: 20210913110128 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "0.9.1-dev" +const version = "0.9.1"