diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b345a..4f95d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.36.1 (2026-04-10) + +### Bug Fixes + +- **psi-pseudo-motor-base**: Fix readback callback + ([`4a8c4a1`](https://github.com/bec-project/ophyd_devices/commit/4a8c4a1bf4593a931e916961d0850f129b0634fb)) + + ## v1.36.0 (2026-03-27) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index cbdf275..426e7d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.36.0" +version = "1.36.1" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [