From ecbb0861a039dfb60ad2b115385f3fbba7dea75a Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sat, 8 Aug 2026 21:42:45 +0200 Subject: [PATCH] chore: release v1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships the Wiki.js change listener supervision fix. Patch release: no API change, no migration — the listener now reconnects after a database restart instead of going silently deaf, and /health reports its subscription state. Co-Authored-By: Claude --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9254d1e..820caa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.1] - 2026-08-08 + ### Fixed - The Wiki.js change listener now survives a database restart. It held a single diff --git a/pyproject.toml b/pyproject.toml index c1a0853..2ba8c09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "library-desk" -version = "1.9.0" +version = "1.9.1" description = "Coordination service for The Library system - HybridRAG queries, document ingestion, entity extraction, and knowledge consolidation" readme = "README.md" requires-python = ">=3.12"