From 40a71d325013346f86dc7f91166077210eebfc4a Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Wed, 17 Dec 2025 16:02:04 -0500 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7dcf927..da79942b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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.6] - 2025-12-17 + +## Bug Fixes + +- Enhanced SDKAgent response handling and message processing + +## [7.3.5] - 2025-12-17 + +## What's Changed +* fix(windows): solve zombie port problem with wrapper architecture by @ToxMox in https://github.com/thedotmack/claude-mem/pull/372 +* chore: bump version to 7.3.5 by @thedotmack in https://github.com/thedotmack/claude-mem/pull/375 + +## New Contributors +* @ToxMox made their first contribution in https://github.com/thedotmack/claude-mem/pull/372 + +**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v7.3.4...v7.3.5 + ## [7.3.4] - 2025-12-17 Patch release for bug fixes and minor improvements