diff --git a/CHANGELOG.md b/CHANGELOG.md index 0046484..bcd7fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.26.2 (2025-07-23) + +### Bug Fixes + +- Make SimulatedDataMonitor robust to inf/nan + ([`d2659bf`](https://github.com/bec-project/ophyd_devices/commit/d2659bf0b18cf8baa5cab350dcd11da76f4ea0c1)) + + ## v1.26.1 (2025-07-21) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 165e5b7..b8bcf59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.26.1" +version = "1.26.2" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [