From 62ad4e5b9f38e9ebc8ee2f08699b6a7b8bf45394 Mon Sep 17 00:00:00 2001 From: "Hugo P.Brito" Date: Mon, 11 May 2026 12:01:09 +0100 Subject: [PATCH] docs(m365): move PIM stale alert changelog entry to 5.27.0 The PIM stale sign-in alert check entry was placed under the already released 5.24.1 section. Move it to a new [5.27.0] (UNRELEASED) block at the top of the changelog so the entry lands in the actual shipping release notes. --- prowler/CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index 6d32422251..0c282d4c2e 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the **Prowler SDK** are documented in this file. +## [5.27.0] (Prowler UNRELEASED) + +### 🚀 Added + +- `entra_pim_stale_sign_in_alert` check for m365 provider [(#10798)](https://github.com/prowler-cloud/prowler/pull/10798) + +--- + ## [5.26.0] (Prowler UNRELEASED) ### 🚀 Added @@ -97,10 +105,6 @@ All notable changes to the **Prowler SDK** are documented in this file. ## [5.24.1] (Prowler v5.24.1) -### 🚀 Added - -- `entra_pim_stale_sign_in_alert` check for m365 provider [(#10798)](https://github.com/prowler-cloud/prowler/pull/10798) - ### 🔄 Changed - `msgraph-sdk` from 1.23.0 to 1.55.0 and `azure-mgmt-resource` from 23.3.0 to 24.0.0, removing `marshmallow` as is a transitively dev dependency [(#10733)](https://github.com/prowler-cloud/prowler/pull/10733)