From b25270a220c5e2bc871b4cd2fa8aaeb8799e9011 Mon Sep 17 00:00:00 2001 From: manisha kumari Date: Mon, 3 Mar 2025 11:47:38 +0530 Subject: [PATCH] vulnerability & resource parsing fix Signed-off-by: manisha kumari --- CHANGELOG-6.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-6.md b/CHANGELOG-6.md index d866f9d26..1f4bfd874 100644 --- a/CHANGELOG-6.md +++ b/CHANGELOG-6.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [6.13.0] - Unreleased +## [6.14.0] - Unreleased + +## [6.13.0] - 2025-03-10 + +### Fixed +- Upgraded few dependencis versions. +- Resource parsing to show the file path instead of the directory. ### Added - Added `access-token-expiry` (in minutes) backend configuration variable to control expiry of access token.