diff --git a/CHANGELOG.md b/CHANGELOG.md index d11a3bc..7053b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## v0.94.1 (2026-08-26) + +### Bug Fixes + +- **evidence**: Match the retention digests the Cloud writer emits (#311) ([`df12b3c`](https://github.com/OpenAdaptAI/openadapt-evals/commit/df12b3ce72ad02992a7c7e389d8ccf2cfd01774c)) + + ## v0.94.0 (2026-08-26) ### Features diff --git a/pyproject.toml b/pyproject.toml index b3ad6cb..1761951 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "openadapt-evals" -version = "0.94.0" +version = "0.94.1" description = "Evaluation infrastructure for GUI agent benchmarks" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 861dfbb..63178bd 100644 --- a/uv.lock +++ b/uv.lock @@ -3481,7 +3481,7 @@ wheels = [ [[package]] name = "openadapt-evals" -version = "0.94.0" +version = "0.94.1" source = { editable = "." } dependencies = [ { name = "anthropic" },