diff --git a/CHANGELOG.md b/CHANGELOG.md index 112ea7d5..9735a255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v0.19.3 (2026-09-01) + +### Bug Fixes + +- Adjust gap when changing energy + ([`e8bd2f5`](https://gitea.psi.ch/mx/AareDAQ/commit/e8bd2f59c6a8377443f700f67629f827c49a5e19)) + +- Cached read from BEC client devices + ([`db6b09f`](https://gitea.psi.ch/mx/AareDAQ/commit/db6b09fa2441b136d5732b96ae880fbda4dfcefa)) + + ## v0.19.2 (2026-08-31) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 57aa2400..7cbd20ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.19.2" +version = "0.19.3" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"