diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b180b06..67ccada7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.24.5 (2026-09-09) + +### Bug Fixes + +- Validate screening instead of running it + ([`29f5357`](https://gitea.psi.ch/mx/AareDAQ/commit/29f5357d10a700d37910c63a601cdcff78366e22)) + + ## v0.24.4 (2026-09-09) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 50e80741..34017e27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.24.4" +version = "0.24.5" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"