diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f95d9f..e42663c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.36.2 (2026-04-15) + +### Bug Fixes + +- Fix status resolution in simple positioner + ([`993b84d`](https://github.com/bec-project/ophyd_devices/commit/993b84d00db541de62116957789247a13da07e70)) + + ## v1.36.1 (2026-04-10) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 2b40dc9..8e496d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ophyd_devices" -version = "1.36.1" +version = "1.36.2" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [