diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ca31ac..fecf3555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v2.21.2 (2025-06-30) + +### Bug Fixes + +- **waveform**: Fix waveform categorisation for aborted scans + ([`09c5a44`](https://github.com/bec-project/bec_widgets/commit/09c5a443aac675f02fa1e38179deb9863af152e2)) + +### Testing + +- Assert config for equality, not identity + ([`3f5ab14`](https://github.com/bec-project/bec_widgets/commit/3f5ab142a3cb5446261c4faebdc7b13f10ef4a80)) + + ## v2.21.1 (2025-06-29) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index aeba566a..effc906b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.21.1" +version = "2.21.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [