From 72c69470842aad9b3b4a173b42876f39319fa237 Mon Sep 17 00:00:00 2001 From: Jack Arturo Date: Wed, 25 Mar 2026 10:37:28 +0100 Subject: [PATCH] chore(main): release 0.15.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3329cd..c6e73d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to AutoMem will be documented in this file. +## [0.15.1](https://github.com/verygoodplugins/automem/compare/v0.15.0...v0.15.1) (2026-03-25) + + +### Bug Fixes + +* **consolidation:** fetch cluster/creative embeddings from Qdrant ([#131](https://github.com/verygoodplugins/automem/issues/131)) ([96d0660](https://github.com/verygoodplugins/automem/commit/96d06607b2274323b3c8dee69866aa37d817de88)) +* **embedding:** validate provider dimension compatibility before init ([#134](https://github.com/verygoodplugins/automem/issues/134)) ([9ac2fb2](https://github.com/verygoodplugins/automem/commit/9ac2fb29ea081c617b748c0cf0d733627770b689)) +* **runtime:** support OPENAI_BASE_URL for classification client ([#135](https://github.com/verygoodplugins/automem/issues/135)) ([95a58c9](https://github.com/verygoodplugins/automem/commit/95a58c99d1cb53e14fbf086ba65b66d67ad1ffbe)) + ## [0.15.0](https://github.com/verygoodplugins/automem/compare/v0.14.0...v0.15.0) (2026-03-12)