From c05075f8d40f38c56c73fe8df63d0abb61b6ef95 Mon Sep 17 00:00:00 2001 From: phernandez Date: Sat, 24 Jan 2026 11:43:21 -0600 Subject: [PATCH] docs: add CHANGELOG entry for v0.17.8 Co-Authored-By: Claude Opus 4.5 Signed-off-by: phernandez --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9442a59e..6a2571c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## v0.17.8 (2026-01-24) + +### Bug Fixes + +- **#521**: Fix `get_default_project()` returning multiple results + ([`6888eff`](https://github.com/basicmachines-co/basic-memory/commit/6888eff)) + - Query incorrectly matched any project with non-NULL `is_default` (both True and False) + - Now correctly checks for `is_default=True` only + ## v0.17.7 (2026-01-24) ### Features @@ -14,11 +23,6 @@ ### Bug Fixes -- **#521**: Fix `get_default_project()` returning multiple results - ([`6888eff`](https://github.com/basicmachines-co/basic-memory/commit/6888eff)) - - Query incorrectly matched any project with non-NULL `is_default` (both True and False) - - Now correctly checks for `is_default=True` only - - **#520**: Read default project from database in cloud mode ([`38616c3`](https://github.com/basicmachines-co/basic-memory/commit/38616c3))