diff --git a/CHANGELOG.md b/CHANGELOG.md index 95bc6f304..04f2289e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ This file tracks product releases for Roomote (single monorepo version). Automated release entries are prepended by `pnpm run version`. +## 0.45.1 (2026-08-29) + +This patch restores complete Notion database discovery across Memory and the built-in Notion MCP. + +### Highlights + +- Find and ingest pages inside directly shared Notion databases even when Notion search omits them. + +### Patch changes + +- Discover pages inside directly shared Notion databases in Memory and let agents resolve the database through the Notion MCP even when Notion search omits its rows. + ## 0.45.0 (2026-08-27) This release adds secure hosted trial inference and self-run Brain model options, expands GLM 5.3 support, and improves reliability across Fast sessions, pull-request reviews, Memory, and chat. diff --git a/package.json b/package.json index f3b9f26ee..66c0d4076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roomote", - "version": "0.45.0", + "version": "0.45.1", "license": "FCL-1.0-ALv2", "packageManager": "pnpm@10.29.3", "engines": {