From bdae47d61b507cd05ec18b2c6e563fc2aad1e7b0 Mon Sep 17 00:00:00 2001 From: Daniel Barranquero Date: Wed, 8 Oct 2025 16:59:32 +0200 Subject: [PATCH] feat: add changelog --- prowler/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index dc8f02e52e..48248645e7 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -43,6 +43,7 @@ All notable changes to the **Prowler SDK** are documented in this file. - Fix KeyError in `elb_ssl_listeners_use_acm_certificate` check and handle None cluster version in `eks_cluster_uses_a_supported_version` check [(#8791)](https://github.com/prowler-cloud/prowler/pull/8791) - Fix file extension parsing for compliance reports [(#8791)](https://github.com/prowler-cloud/prowler/pull/8791) - Added user pagination to Entra and Admincenter services [(#8858)](https://github.com/prowler-cloud/prowler/pull/8858) +- Fix Attribute erros in M365 services (Exchange, Defender, Entra) [(#8870)](https://github.com/prowler-cloud/prowler/pull/8870) ---