From 0c45919261a3b21d495a867634580bfa11806647 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Wed, 17 Dec 2025 19:41:30 -0500 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7687c4f..b52c67dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [7.3.9] - 2025-12-18 + +## Fixes + +- Fix MCP server compatibility and web UI path resolution + +This patch release addresses compatibility issues with the MCP server and resolves path resolution problems in the web UI. + ## [7.3.8] - 2025-12-18 ## Security Fix