diff --git a/CHANGELOG.md b/CHANGELOG.md index 46594ab1..232c6417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v0.17.2 (2026-08-25) + +### Bug Fixes + +- New import locations and types for bec macros + ([`caa4e22`](https://gitea.psi.ch/mx/AareDAQ/commit/caa4e22cc4edf7a16d671ca3a010d8fb36781f46)) + +### Continuous Integration + +- Skip 3.11 + ([`228f3b9`](https://gitea.psi.ch/mx/AareDAQ/commit/228f3b9cc20b848ef604b7942f3195a69ca07ca3)) + + ## v0.17.1 (2026-08-25) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 5ab0961c..421580bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.17.1" +version = "0.17.2" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"