diff --git a/CHANGELOG.md b/CHANGELOG.md index c3608fe..3565633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.22.0 (2025-06-16) + +### Bug Fixes + +- **device base**: Shut down task handler on destroy + ([`3a086ee`](https://github.com/bec-project/ophyd_devices/commit/3a086eee5176ccf5a1b737ceb2a873ca36503f58)) + +### Features + +- **psi device base**: Stoppable status objects + ([`cb7f7ba`](https://github.com/bec-project/ophyd_devices/commit/cb7f7ba932b372b60827b24f4e1e0234cd64026b)) + + ## v1.21.2 (2025-06-13) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 39543df..52f73be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.21.2" +version = "1.22.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [