From e9c96b0b1140528bcf95323a77a3f70b7ae2f179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Jes=C3=BAs=20Pe=C3=B1a=20Rodr=C3=ADguez?= Date: Mon, 5 May 2025 15:34:31 +0200 Subject: [PATCH] chore: Update api/CHANGELOG.md Co-authored-by: Pepe Fagoaga --- api/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 3334cccb3d..c0807c6a67 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -8,8 +8,8 @@ All notable changes to the **Prowler API** are documented in this file. ### Added - Added M365 as a new provider [(#7563)](https://github.com/prowler-cloud/prowler/pull/7563). -- Added compliance folder to export outputs as ZIP functionality [(#7653)](https://github.com/prowler-cloud/prowler/pull/7653). -- Added a new endpoint to download the specified compliance file [(#7653)](https://github.com/prowler-cloud/prowler/pull/7653). +- Added a `compliance/` folder and ZIP‐export functionality for all compliance reports.[(#7653)](https://github.com/prowler-cloud/prowler/pull/7653). +- Added a new API endpoint to fetch and download any specific compliance file by name [(#7653)](https://github.com/prowler-cloud/prowler/pull/7653). ---