From 7c7ce1541cef53ff63dcaea0bfb4732fae1bde9f Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 19 Jul 2026 12:32:13 +0200 Subject: [PATCH] release v0.2.2 Network migration: the gateway's default Tatlock URL is now the docker container name (http://tatlock:8000); the retiring tatlock.schweitz.internal domain is gone from config and docs. Deployments that set DESKLOCK_TATLOCK_BASE_URL are unaffected. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 ++ gateway/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab058e8..f1ec4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ until the first tagged release. ## [Unreleased] +## [0.2.2] — 2026-07-19 + ### Changed - The gateway's default Tatlock URL is now `http://tatlock:8000` (docker diff --git a/gateway/pyproject.toml b/gateway/pyproject.toml index 9c9ba9d..a804d42 100644 --- a/gateway/pyproject.toml +++ b/gateway/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "desklock-gateway" -version = "0.2.1" +version = "0.2.2" description = "Voice gateway bridging the DeskLock device to the Tatlock butler (STT/chat/TTS)" requires-python = ">=3.11" dependencies = [