diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f825c90..c8a9ba4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # CHANGELOG +## v2.19.2 (2025-06-23) + +### Bug Fixes + +- **scan_control**: Scan parameters fetched from the scan_history, fix #707 + ([`4456297`](https://github.com/bec-project/bec_widgets/commit/4456297beb940b147882f96caee6fb19aaf93c73)) + +### Build System + +- Bec_lib 3.44 required + ([`9f3dcc3`](https://github.com/bec-project/bec_widgets/commit/9f3dcc3ab30a2c238ffffa8d594735ccaf6f1ca4)) + +### Refactoring + +- **scan_control**: Request_last_executed_scan_parameters logic adjusted + ([`57f75bd`](https://github.com/bec-project/bec_widgets/commit/57f75bd4d506ca4d8dc982f3051d0d4c29b0d41c)) + + ## v2.19.1 (2025-06-23) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 678ce3e2..818de082 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.19.1" +version = "2.19.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [