diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b073e8..c23ca6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.46.0 (2026-09-03) + +### Features + +- **sim**: Simulated camera with negative values + ([`e650de0`](https://github.com/bec-project/ophyd_devices/commit/e650de06f828c7a57cbf1723ad55c3696b6e4fa0)) + + ## v1.45.0 (2026-09-02) ### Features diff --git a/pyproject.toml b/pyproject.toml index 7674c51..429d9a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ophyd_devices" -version = "1.45.0" +version = "1.46.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [