diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7f3453..7c4e41bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.7](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.6...v0.0.7) (2024-09-02) + +### Features + +- **agent:** group iterations, add meta property ([ec9fb96](https://github.com/i-am-bee/bee-agent-framework/commit/ec9fb96a26da851520104271124d246003afd131)) + ## [0.0.6](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.5...v0.0.6) (2024-09-02) ### Features diff --git a/package.json b/package.json index 49e98fc4..c7f3b142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-agent-framework", - "version": "0.0.6", + "version": "0.0.7", "license": "Apache-2.0", "description": "Bee - LLM Agent Framework", "author": "IBM Corp.",