From c6df161ad656a2663c1c403eedc1acaeebc7ba6b Mon Sep 17 00:00:00 2001 From: Khushboo <46913995+khushboo9024@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:39:41 +0530 Subject: [PATCH] Add CHANGELOG for v0.55.0 (#619) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b02fa7b5..40db9628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.55.0 [2024-07-22] + +_Enhancements_ + +- Added column `create_time `to `gcp_sql_database_instance` table. ([#615](https://github.com/turbot/steampipe-plugin-gcp/pull/615)) + +_Bug fixes_ + +- Fixed the `gcp_alloydb_cluster` and `gcp_alloydb_instance` tables to correctly return values for `project` column instead of `null`. ([#617](https://github.com/turbot/steampipe-plugin-gcp/pull/617)) + ## v0.54.1 [2024-07-04] _Bug fixes_