From ec59dbc6eec83b2e284c2fffe379cd3f409d7b9f Mon Sep 17 00:00:00 2001 From: Josema Camacho Date: Tue, 30 Sep 2025 10:56:29 +0200 Subject: [PATCH] fix: move delete user 500 error fix to its right version (#8787) --- api/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index b22ebb6a34..7a7d4e6ee0 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -12,6 +12,10 @@ All notable changes to the **Prowler API** are documented in this file. - Now the MANAGE_ACCOUNT permission is required to modify or read user permissions instead of MANAGE_USERS [(#8281)](https://github.com/prowler-cloud/prowler/pull/8281) - Now at least one user with MANAGE_ACCOUNT permission is required in the tenant [(#8729)](https://github.com/prowler-cloud/prowler/pull/8729) +--- + +## [1.13.2] (Prowler 5.12.3) + ### Fixed - 500 error when deleting user [(#8731)](https://github.com/prowler-cloud/prowler/pull/8731)