From b53b3019bc6c27d97593bf517e39fd802062d087 Mon Sep 17 00:00:00 2001 From: Madhushree Ray Date: Thu, 16 Nov 2023 21:59:15 +0530 Subject: [PATCH] Add CHANGELOG for v0.46.0 (#515) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9481fb42..0d09813e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.46.0 [2023-11-16] + +_What's new?_ + +- New tables added + - [gcp_aiplatform_endpoints](https://hub.steampipe.io/plugins/turbot/gcp/tables/gcp_aiplatform_endpoints) ([#513](https://github.com/turbot/steampipe-plugin-gcp/pull/513)) + +_Bug fixes_ + +- Fixed the `retention_policy` column of `gcp_storage_bucket` table to correctly return data instead of null. ([#502](https://github.com/turbot/steampipe-plugin-gcp/pull/502)) + ## v0.45.0 [2023-10-04] _What's new?_