diff --git a/CHANGELOG.md b/CHANGELOG.md index f12f1db8..c9ee0988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.21.2 (2026-09-04) + +### Bug Fixes + +- Add more debug info logging to automation runs + ([`339f666`](https://gitea.psi.ch/mx/AareDAQ/commit/339f6666da887f37336d86cae28e480c0e338057)) + + ## v0.21.1 (2026-09-02) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index d8676cae..111eb33e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.21.1" +version = "0.21.2" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"