From 2adc830c712363bf940817311368d0b8e38f8fbb Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Tue, 9 Dec 2025 11:17:57 -0500 Subject: [PATCH] docs: update CHANGELOG.md for v7.0.4 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d51387a5..6d5221b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.0.4] - 2025-12-09 + +## What's Changed + +### Bug Fixes +- **Windows**: Comprehensive fixes for Windows plugin installation +- **Cache**: Add package.json to plugin directory for cache dependency resolution + +Thanks to @kat-bell for the excellent contributions! + +**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v7.0.3...v7.0.4 + ## [7.0.3] - 2025-12-09 ## What's Changed