diff --git a/CHANGELOG.md b/CHANGELOG.md index 7698ca9e..1716aca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.13.2 (2026-08-21) + +### Bug Fixes + +- Truncate detector distance parameter calculation at soft limit + ([`a6ad306`](https://gitea.psi.ch/mx/AareDAQ/commit/a6ad306849e136c8f23827724aa1b835d0ca0e74)) + + ## v0.13.1 (2026-08-21) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4eb7541d..3a56780e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.13.1" +version = "0.13.2" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"