diff --git a/CHANGELOG.md b/CHANGELOG.md index bd400412..0709b524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.32.1 (2026-08-04) + +### Bug Fixes + +- **scan_control**: Report the visible scans in the allowed_scans property + ([`8ea811e`](https://github.com/bec-project/bec_widgets/commit/8ea811ebb23a8ff540d5468e47f6ce63426fa93a)) + + ## v3.32.0 (2026-08-04) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 17890b10..dbebd4bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.32.0" +version = "3.32.1" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [