From 251fc6d4e36db0cb9165185ceed84c75540299e5 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Brito <101209179+HugoPBrito@users.noreply.github.com> Date: Tue, 16 Dec 2025 10:06:38 +0100 Subject: [PATCH] fix: changelog `trust-boundaries` entry (#9563) --- prowler/CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index c6ec2284ba..f8c1e81894 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -17,11 +17,17 @@ All notable changes to the **Prowler SDK** are documented in this file. --- -## [5.15.1] (Prowler UNRELEASED) +## [5.15.2] (Prowler UNRELEASED) + +### Fixed +- Fix typo `trustboundaries` category to `trust-boundaries` [(#9536)](https://github.com/prowler-cloud/prowler/pull/9536) + +--- + +## [5.15.1] (Prowler v5.15.1) ### Fixed - Fix false negative in AWS `apigateway_restapi_logging_enabled` check by refining stage logging evaluation to ensure logging level is not set to "OFF" [(#9304)](https://github.com/prowler-cloud/prowler/pull/9304) -- Fix typo `trustboundaries` category to `trust-boundaries` [(#9536)](https://github.com/prowler-cloud/prowler/pull/9536) ---