diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 6a77319a57..55cb18a5c5 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -13,6 +13,9 @@ All notable changes to the **Prowler API** are documented in this file. ### Changed - Reworked `GET /compliance-overviews` to return proper requirement metrics [(#7877)](https://github.com/prowler-cloud/prowler/pull/7877) +### Fixed +- Add missing mapping for ISO 27001 compliance for M365 provider [(#8069)](https://github.com/prowler-cloud/prowler/pull/8069) + --- ## [v1.8.5] (Prowler v5.7.5) @@ -20,7 +23,6 @@ All notable changes to the **Prowler API** are documented in this file. ### Fixed - Normalize provider UID to ensure safe and unique export directory paths [(#8007)](https://github.com/prowler-cloud/prowler/pull/8007). - Blank resource types in `/metadata` endpoints [(#8027)](https://github.com/prowler-cloud/prowler/pull/8027) -- Add missing mapping for ISO 27001 compliance for M365 provider [(#8069)](https://github.com/prowler-cloud/prowler/pull/8069) ---