diff --git a/CHANGELOG.md b/CHANGELOG.md index c705d9f..9e012a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.9.1 (2026-09-11) + +### Bug Fixes + +- Find the correct image number from the result list + ([`e61e275`](https://gitea.psi.ch/mx/AareCommon/commit/e61e275a8758153c5ea24fb38b30d85d899f3535)) + + ## v0.9.0 (2026-09-11) ### Features diff --git a/pyproject.toml b/pyproject.toml index 4e5ab6f..6203822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.9.0" +version = "0.9.1" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"