diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e16046..84ab55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/doublewordai/batchbench/compare/v0.3.0...v0.4.0) (2026-07-24) + + +### Features + +* add agent loop benchmarking ([1746fa0](https://github.com/doublewordai/batchbench/commit/1746fa0c2dbeb20f4501d79c854e613e361d98f5)) + ## [0.3.0](https://github.com/doublewordai/batchbench/compare/v0.2.3...v0.3.0) (2026-02-20)