From 910d39eee4c5d3eebab4af27d09006db6d1d63ac Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Tue, 15 Apr 2025 01:34:50 -0400 Subject: [PATCH] chore(sdk): update changelog (#7512) --- prowler/CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index 3b3c514634..decb6c140d 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -2,12 +2,21 @@ All notable changes to the **Prowler SDK** are documented in this file. ---- - -## [v5.5.0] +## [v5.6.0] (Prowler UNRELEASED) ### Added -### Fixed +- Add SOC2 compliance framework to Azure [(#7489)](https://github.com/prowler-cloud/prowler/pull/7489). +- Add check for unused Service Accounts in GCP [(#7419)](https://github.com/prowler-cloud/prowler/pull/7419). + +--- + +## [v5.5.1] (Prowler UNRELEASED) + +### Fixed + +- Add default name to contacts in Azure Defender [(#7483)](https://github.com/prowler-cloud/prowler/pull/7483). +- Handle projects without ID in GCP [(#7496)](https://github.com/prowler-cloud/prowler/pull/7496). +- Restore packages location in PyProject [(#7510)](https://github.com/prowler-cloud/prowler/pull/7510). ---