From c10c7bd0926b73c53be08b692dc53dc1563bbba9 Mon Sep 17 00:00:00 2001 From: misraved Date: Thu, 4 Jul 2024 06:01:24 +0530 Subject: [PATCH] Add CHANGELOG for v0.61.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98da1f67..e3c37d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.61.0 [2024-07-04] + +_Enhancements_ + +- Added column `public_network_access` to the `azure_storage_account` table. ([#794](https://github.com/turbot/steampipe-plugin-azure/pull/794)) + +_Bug fixes_ + +- Fixed the export tool of the plugin to return a non-zero error code instead of 0 whenever an error occurred. ([#79](https://github.com/turbot/steampipe-export/pull/79)) + ## v0.60.0 [2024-07-01] _Bug fixes_