diff --git a/CHANGELOG.md b/CHANGELOG.md index 331c22e..f28c3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.32.10 (2026-02-16) + +### Bug Fixes + +- **socket**: Fix setting _last_readback before _socket_get is called + ([`6079bdb`](https://github.com/bec-project/ophyd_devices/commit/6079bdbcdfaa9312819597b825fae4d578f63997)) + + ## v1.32.9 (2026-02-16) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index b3aeb1e..f004ed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.32.9" +version = "1.32.10" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [