diff --git a/CHANGELOG.md b/CHANGELOG.md index e2026fbf..97c688d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.28.1 (2026-09-10) + +### Bug Fixes + +- Clear statistics when mounted sample changes + ([`5cddae2`](https://gitea.psi.ch/mx/AareDAQ/commit/5cddae225dda0465ded97872af498c225a3b80df)) + + ## v0.28.0 (2026-09-10) ### Features diff --git a/pyproject.toml b/pyproject.toml index fd787d57..7d4cb8b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.28.0" +version = "0.28.1" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"