diff --git a/CHANGELOG.md b/CHANGELOG.md index 72cf6c7..5736e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.26.0 (2025-07-08) + +### Bug Fixes + +- Formatter + ([`e5a0bb4`](https://github.com/bec-project/ophyd_devices/commit/e5a0bb41782fe33d11d6e899ed47d0eb3c710007)) + +### Features + +- Update to current ADASItpx driver 1.1 + ([`ab123ef`](https://github.com/bec-project/ophyd_devices/commit/ab123efe973584195156b78a58751b92bfa60148)) + + ## v1.25.0 (2025-07-08) ### Continuous Integration diff --git a/pyproject.toml b/pyproject.toml index 2c0e51e..489f299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.25.0" +version = "1.26.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [