From 5b3ba1320ce6ca6f8ecd7cbc019b78aec3d04bb7 Mon Sep 17 00:00:00 2001 From: Daniel Barranquero Date: Mon, 10 Nov 2025 11:30:43 +0100 Subject: [PATCH] chore: add changelog --- prowler/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index 286322a155..12a52650e4 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -50,6 +50,7 @@ All notable changes to the **Prowler SDK** are documented in this file. - Check `check_name` has no `resource_name` error for GCP provider [(#9169)](https://github.com/prowler-cloud/prowler/pull/9169) - Depth Truncation and parsing error in PowerShell queries [(#9181)](https://github.com/prowler-cloud/prowler/pull/9181) - Fix M365 Teams `--sp-env-auth` connection error and enhanced timeout logging [(#9191)](https://github.com/prowler-cloud/prowler/pull/9191) +- Fix M365 Teams connection error and enhanced timeout logging [(#9197)](https://github.com/prowler-cloud/prowler/pull/9197) ---