From d42aec7ea94b2f2c341ce78182f2bfe8e307342a Mon Sep 17 00:00:00 2001 From: phernandez Date: Sun, 8 Mar 2026 18:04:30 -0500 Subject: [PATCH] docs: add v0.19.1 changelog entry Co-Authored-By: Claude Opus 4.6 Signed-off-by: phernandez --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c033c12e..0e1398d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## Unreleased +## v0.19.1 (2026-03-08) + +### Bug Fixes + +- **#649**: Enforce strict entity resolution in destructive MCP tools (`edit_note`, `move_note`, `delete_note`) + - Prevents fuzzy-match fallback from silently editing/moving/deleting the wrong note + - DST-related timeframe validation fix (round instead of truncate days) + +### Features + +- **#648**: Add `insert_before_section` and `insert_after_section` edit operations +- Add `GET /knowledge/graph` endpoint for full graph visualization + +### Dependencies + +- Bump authlib from 1.6.6 to 1.6.7 + ## v0.19.0 (2026-03-07) ### Highlights