From 819c9306eebc7f33fa302ac5b61c5ba45c23717a Mon Sep 17 00:00:00 2001 From: sumit_chaturvedi Date: Mon, 7 Jul 2025 10:56:30 +0530 Subject: [PATCH] docs: changelog update --- ui/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 9380d879fd..a3c8eaf88e 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to the **Prowler UI** are documented in this file. ## [v1.9.0] (Prowler v5.9.0) – UNRELEASED ### 🚀 Added + +- Introduced new `CustomLink` component for handling all navigation and link-related behavior [(#8195)] (https://github.com/prowler-cloud/prowler/pull/8195) + ### 🔄 Changed - Upgrade to Next.js 14.2.30 and lock TypeScript to 5.5.4 for ESLint compatibility [(#8189)](https://github.com/prowler-cloud/prowler/pull/8189)