From c4e1bd3ed2832a0e6e876f24ac1152baec417bec Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Wed, 18 Jun 2025 22:28:48 +0800 Subject: [PATCH] fix: add missing changelog compliance timestamps (#8060) --- prowler/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index ee851f0b91..23d4da2c01 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -43,6 +43,7 @@ All notable changes to the **Prowler SDK** are documented in this file. ## [v5.7.5] (Prowler UNRELEASED) ### Fixed +- Use unified timestamp for all requirements [(#8059)](https://github.com/prowler-cloud/prowler/pull/8059) - Add EKS to service without subservices. [(#7959)](https://github.com/prowler-cloud/prowler/pull/7959) - `apiserver_strong_ciphers_only` check for K8S provider [(#7952)](https://github.com/prowler-cloud/prowler/pull/7952) - Handle `0` at the start and end of account uids in Prowler Dashboard [(#7955)](https://github.com/prowler-cloud/prowler/pull/7955)