diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4d1008..dffa2378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v0.12.5 (2026-08-20) + +### Bug Fixes + +- Aerotech position update + ([`d29ace1`](https://gitea.psi.ch/mx/AareDAQ/commit/d29ace156e73593513296c5f1e831875d766d0a5)) + +- Magnet position sensor timeout + ([`a39e974`](https://gitea.psi.ch/mx/AareDAQ/commit/a39e97469fca485880ff36ee35bb55781b7936a0)) + + ## v0.12.4 (2026-08-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index edeec261..d93f260c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.12.4" +version = "0.12.5" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"