From 8a0bd52b03e6151bbc4cc2863e19e2ae6ae0e755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Jes=C3=BAs=20Pe=C3=B1a=20Rodr=C3=ADguez?= Date: Wed, 1 Jul 2026 12:45:16 +0200 Subject: [PATCH] docs(api): update changelog for invitation auth fix --- api/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 0dcfbd94d6..fdc7a70e83 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -10,6 +10,10 @@ All notable changes to the **Prowler API** are documented in this file. - Attack Paths: Scan task now checks the ingest Neo4j database and configured graph sink before starting graph ingestion [(#11743)](https://github.com/prowler-cloud/prowler/pull/11743) - Disable PowerShell telemetry in the API container image [(#11746)](https://github.com/prowler-cloud/prowler/pull/11746) +### 🐞 Fixed + +- Invited users now keep their invitation context when completing authentication with Google, GitHub, or SAML, so the invitation is accepted during login [(#11752)](https://github.com/prowler-cloud/prowler/pull/11752) + --- ## [1.32.2] (Prowler UNRELEASED)