From 40f72c59dd1b527726bd36951fcbd48e3ecd7cb3 Mon Sep 17 00:00:00 2001 From: Ryan D McGuire Date: Tue, 2 Sep 2025 13:23:04 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 210795b..5299870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.7.0 +* feat: Add HTTP log exclusion regex paths to configuration schema. +* chore: Update Go version to 1.25. +* chore: Update module dependencies. + # v0.6.0 * feat: Introduce Model Context Protocol (MCP) server with a demo random fact tool. * feat: Add MCP server configuration file (`contrib/mcpinspector.json`).