diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d4c0be0..f2892e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # CHANGELOG +## v2.31.3 (2025-07-29) + +### Bug Fixes + +- **waveform**: Fallback mechanism for auto mode to use index if scan_report_devices are not + available + ([`6bf84ae`](https://github.com/bec-project/bec_widgets/commit/6bf84aea2508ff01fe201c045ec055684da88593)) + + ## v2.31.2 (2025-07-29) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 0573a4ca..56d725a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.31.2" +version = "2.31.3" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [