docs: add CHANGELOG entry for v0.18.2

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2026-02-11 22:33:10 -06:00
parent dfb89e841c
commit c07465d904
+8
View File
@@ -1,5 +1,13 @@
# CHANGELOG
## v0.18.2 (2026-02-11)
### Bug Fixes
- **#562**: Use VIRTUAL instead of STORED columns in SQLite migration
([`344e651`](https://github.com/basicmachines-co/basic-memory/commit/344e651))
- Fixes compatibility issue with SQLite STORED generated columns
## v0.18.1 (2026-02-11)
### Features