diff --git a/CHANGELOG.md b/CHANGELOG.md index 47eb01f..1594bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.34.1 (2026-03-11) + +### Bug Fixes + +- **bec_signal**: Preview signal fixed for RGB cameras transpose + ([`0d17982`](https://github.com/bec-project/ophyd_devices/commit/0d17982c5b9211b8450bce60f937f6cc05c7a40e)) + + ## v1.34.0 (2026-03-03) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index e74cf4a..672fc28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.34.0" +version = "1.34.1" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [