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) ---