From 4e48a9ac8dc008c2261ef5a66f31cd9b475c82af Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 2 Jun 2025 16:41:32 +0545 Subject: [PATCH] chore(changelog): update for v5.7.2 --- api/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 9ad5df26ee..c61273c540 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -10,9 +10,6 @@ All notable changes to the **Prowler API** are documented in this file. ### Changed - Renamed field encrypted_password to password for M365 provider [(#7784)](https://github.com/prowler-cloud/prowler/pull/7784) -### Fixed -- Fixed the connection status verification before launching a scan [(#7831)](https://github.com/prowler-cloud/prowler/pull/7831) - --- ## [v1.8.2] (Prowler v5.7.2) @@ -22,6 +19,7 @@ All notable changes to the **Prowler API** are documented in this file. - Fixed Kubernetes UID validation to allow valid context names [(#7871)](https://github.com/prowler-cloud/prowler/pull/7871) - Fixed a race condition when creating background tasks [(#7876)](https://github.com/prowler-cloud/prowler/pull/7876). - Fixed an error when modifying or retrieving tenants due to missing user UUID in transaction context [(#7890)](https://github.com/prowler-cloud/prowler/pull/7890). +- Fixed the connection status verification before launching a scan [(#7831)](https://github.com/prowler-cloud/prowler/pull/7831) ---