From 1b20fe46a8ec64a64c11b8c9a70f85d974c5e8b1 Mon Sep 17 00:00:00 2001 From: Madhushree Ray <65847563+madhushreeray30@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:13:19 +0530 Subject: [PATCH] Add CHANGELOG for v0.42.0 (#477) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a510cc..a3e09bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.42.0 [2023-08-07] + +_What's new?_ + +- New tables added + - [gcp_cloud_identity_group](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_cloud_identity_group) ([#468](https://github.com/turbot/steampipe-plugin-gcp/pull/468)) + - [gcp_cloud_identity_group_membership](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_cloud_identity_group_membership) ([#468](https://github.com/turbot/steampipe-plugin-gcp/pull/468)) + +_Enhancements_ + +- Added `prefix` as an optional list key column in `gcp_storage_object` table. ([#475](https://github.com/turbot/steampipe-plugin-gcp/pull/475)) (Thanks to [@villers](https://github.com/villers) for the contribution!) + ## v0.41.0 [2023-07-20] _What's new?_