From 58db2817d2c7a789ff320c2ceb7e0b3361ed73f4 Mon Sep 17 00:00:00 2001 From: phernandez Date: Mon, 29 Dec 2025 10:20:00 -0600 Subject: [PATCH] docs: add CHANGELOG entry for v0.17.1 Signed-off-by: phernandez --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255999e6..678a16fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## v0.17.1 (2025-12-29) + +### Bug Fixes + +- **#482**: Only set BASIC_MEMORY_ENV=test during pytest runs + ([`98fbd60`](https://github.com/basicmachines-co/basic-memory/commit/98fbd60)) + - Fixes environment variable pollution affecting alembic migrations + - Test environment detection now scoped to pytest execution only + ## v0.17.0 (2025-12-28) ### Features