diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ee0988..28f66a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.21.3 (2026-09-04) + +### Bug Fixes + +- Add more debug logging to aarescan commands + ([`da73c15`](https://gitea.psi.ch/mx/AareDAQ/commit/da73c15f9a07462f8372dc87862f4fc90e93036c)) + + ## v0.21.2 (2026-09-04) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 111eb33e..f0445395 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.21.2" +version = "0.21.3" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"