Skip to content

Commit c05075f

Browse files
phernandezclaude
andcommitted
docs: add CHANGELOG entry for v0.17.8
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 4cef928 commit c05075f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## v0.17.8 (2026-01-24)
4+
5+
### Bug Fixes
6+
7+
- **#521**: Fix `get_default_project()` returning multiple results
8+
([`6888eff`](https://github.com/basicmachines-co/basic-memory/commit/6888eff))
9+
- Query incorrectly matched any project with non-NULL `is_default` (both True and False)
10+
- Now correctly checks for `is_default=True` only
11+
312
## v0.17.7 (2026-01-24)
413

514
### Features
@@ -14,11 +23,6 @@
1423

1524
### Bug Fixes
1625

17-
- **#521**: Fix `get_default_project()` returning multiple results
18-
([`6888eff`](https://github.com/basicmachines-co/basic-memory/commit/6888eff))
19-
- Query incorrectly matched any project with non-NULL `is_default` (both True and False)
20-
- Now correctly checks for `is_default=True` only
21-
2226
- **#520**: Read default project from database in cloud mode
2327
([`38616c3`](https://github.com/basicmachines-co/basic-memory/commit/38616c3))
2428

0 commit comments

Comments
 (0)