diff --git a/CHANGELOG.md b/CHANGELOG.md index 7709da4..43cbe24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.32.8 (2026-01-30) + +### Bug Fixes + +- **static-device-test**: Add device-manager as optional input to StaticDeviceTest + ([`9cb66b2`](https://github.com/bec-project/ophyd_devices/commit/9cb66b2db82cea5c39b60ea9868539a7d24550ea)) + +### Continuous Integration + +- Use shared composit action for issue sync + ([`5480596`](https://github.com/bec-project/ophyd_devices/commit/5480596c60e07795f90da2c70ecae9ff7e51ae90)) + + ## v1.32.7 (2026-01-07) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 8371572..c47f148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.32.7" +version = "1.32.8" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [