diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ef02fd..8e995674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v2.42.0 (2025-10-21) + +### Features + +- **image_roi**: Enhance get_coordinates to include rectangle center and dimensions + ([`96664c3`](https://github.com/bec-project/bec_widgets/commit/96664c3923737df0b09aa8f35df388f9fd630b55)) + +- **positioner_box_2d**: Added properties to enable/disable vertical and horizontal controls + ([`1e19092`](https://github.com/bec-project/bec_widgets/commit/1e190923196f8b28c92dfdd83b9ce90873dd792d)) + + ## v2.41.1 (2025-10-15) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 161c5d19..1ee203a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.41.1" +version = "2.42.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [