diff --git a/CHANGELOG.md b/CHANGELOG.md index 9735a255..b5775a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v0.19.4 (2026-09-01) + +### Bug Fixes + +- Default detector tilt in gui to 0 + ([`d3ff38f`](https://gitea.psi.ch/mx/AareDAQ/commit/d3ff38f484a3f0f27237960f4b422cdce26154be)) + +- Separate detector tilt geometry per beamline + ([`9939df6`](https://gitea.psi.ch/mx/AareDAQ/commit/9939df6767f995c8cc92eafbebe9613ad4df222f)) + +### Chores + +- Update jfjoch client dependency + ([`08866f8`](https://gitea.psi.ch/mx/AareDAQ/commit/08866f8cc5991d6d624fa3fc25eaf74b373fe644)) + + ## v0.19.3 (2026-09-01) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index e4fa9460..e8db6348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.19.3" +version = "0.19.4" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"