diff --git a/CHANGELOG.md b/CHANGELOG.md index 448baa34..ba6fae21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # CHANGELOG +## v0.24.2 (2026-09-09) + +### Bug Fixes + +- Spreadsheetupdate config refrence + ([`df54ed5`](https://gitea.psi.ch/mx/AareDAQ/commit/df54ed5b050414334966ad2d9b8d983580fb7cd6)) + +- Tellupdater config refrence + ([`d52cf30`](https://gitea.psi.ch/mx/AareDAQ/commit/d52cf30ab0e0adc4b0a370074054bd4919a43385)) + +- Update spreadsheetupdater tests + ([`9f12167`](https://gitea.psi.ch/mx/AareDAQ/commit/9f12167599c90dc9e71ea71d6fb0e03fd10ca7bb)) + +- Update tellupdater tests + ([`aa90dea`](https://gitea.psi.ch/mx/AareDAQ/commit/aa90dea2eb3fd449de48176119fa229765ee0138)) + + ## v0.24.1 (2026-09-09) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index b7d8b577..f5f9c71a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.24.1" +version = "0.24.2" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"