diff --git a/CHANGELOG.md b/CHANGELOG.md index e957b176..6e43cdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v2.12.4 (2025-06-10) + +### Bug Fixes + +- **image_roi**: Coordinates are emitted correctly when handles are inverted; closes #672 + ([`9ef418b`](https://github.com/bec-project/bec_widgets/commit/9ef418bf5597d4be77adc3c0c88c1c1619c9aa2f)) + +### Continuous Integration + +- Add stale issue job + ([`b3ce680`](https://github.com/bec-project/bec_widgets/commit/b3ce68070d58cdd76559cbd7db04cdbcc6c1f075)) + + ## v2.12.3 (2025-06-05) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 088fc114..437e69d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.12.3" +version = "2.12.4" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [