diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f4f206..d823414f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v0.7.3 (2026-08-11) + +### Bug Fixes + +- Kwarg name for mlbox klass + ([`40a9e84`](https://gitea.psi.ch/mx/AareDAQ/commit/40a9e8464c67c2032ba5718a6bc1763690a28be4)) + +- Remove noisy disabled ring current log + ([`1bdf056`](https://gitea.psi.ch/mx/AareDAQ/commit/1bdf056af52af86d25f2573b789bff1c4364a0b4)) + + ## v0.7.2 (2026-08-05) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 5ae6974f..d6f89c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.7.2" +version = "0.7.3" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"