From efce3f858c7f891bd4f8ab1d085140ce45dc3b1e Mon Sep 17 00:00:00 2001 From: Madhushree Ray Date: Fri, 3 Nov 2023 15:07:57 +0530 Subject: [PATCH] Add CHANGELOG for v0.37 (#225) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01db2d74..8e29699e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.37 [2023-11-03] + +_Breaking changes_ + +- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#222](https://github.com/turbot/steampipe-mod-azure-compliance/pull/222)) + +_Bug fixes_ + +- Fixed the `compute_vm_tcp_udp_access_restricted_internet` query to ensure internet-facing virtual machines are protected with network security groups. ([#224](https://github.com/turbot/steampipe-mod-azure-compliance/pull/224)) + ## v0.36 [2023-10-20] _Bug fixes_