From 62bc5bbf76dfbdf35b953c2dab3630764bbf602b Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Thu, 5 Jun 2025 16:07:20 +0200 Subject: [PATCH] chore: update API changelog for v5.7.3 (#7950) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Pepe Fagoaga Co-authored-by: Víctor Fernández Poyatos --- api/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 85a7024b13..d4e4e6f4f4 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -13,6 +13,8 @@ All notable changes to the **Prowler API** are documented in this file. ### Fixed - Fixed transaction persistence with RLS operations [(#7916)](https://github.com/prowler-cloud/prowler/pull/7916). - Reverted the change `get_with_retry` to use the original `get` method for retrieving tasks [(#7932)](https://github.com/prowler-cloud/prowler/pull/7932). +- Fixed the connection status verification before launching a scan [(#7831)](https://github.com/prowler-cloud/prowler/pull/7831) + ---