From 929559398d6ee7d6f86e0e49db73e8cfe37aaaaf Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Thu, 9 Jan 2025 21:13:07 +0100 Subject: [PATCH] chore: release 0.0.56 Signed-off-by: Tomas Dvorak --- CHANGELOG.md | 12 ++++++++++++ docs/CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d68cb10d..e636e33d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.56](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.55...v0.0.56) (2025-01-09) + +### Features + +- **instrumentation:** trace id for each span ([#269](https://github.com/i-am-bee/bee-agent-framework/issues/269)) ([f205f18](https://github.com/i-am-bee/bee-agent-framework/commit/f205f184e721ee10bad97ca53b83437579b8317e)) +- introduce workflows ([#262](https://github.com/i-am-bee/bee-agent-framework/issues/262)) ([693e899](https://github.com/i-am-bee/bee-agent-framework/commit/693e8995d20ceb0d57bb9651e009c5c95f33ce56)) +- **tools:** add Model Context Protocol Tool ([#265](https://github.com/i-am-bee/bee-agent-framework/issues/265)) ([077f105](https://github.com/i-am-bee/bee-agent-framework/commit/077f1056974dca13f676f019f5c90ed170d4a207)), closes [#238](https://github.com/i-am-bee/bee-agent-framework/issues/238) + +### Bug Fixes + +- **tools:** ddg bump dependency ([0fb62ae](https://github.com/i-am-bee/bee-agent-framework/commit/0fb62aed7200cc2348247dcf89463686acf5d216)) + ## [0.0.55](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.54...v0.0.55) (2025-01-08) ### Features diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d68cb10d..e636e33d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.56](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.55...v0.0.56) (2025-01-09) + +### Features + +- **instrumentation:** trace id for each span ([#269](https://github.com/i-am-bee/bee-agent-framework/issues/269)) ([f205f18](https://github.com/i-am-bee/bee-agent-framework/commit/f205f184e721ee10bad97ca53b83437579b8317e)) +- introduce workflows ([#262](https://github.com/i-am-bee/bee-agent-framework/issues/262)) ([693e899](https://github.com/i-am-bee/bee-agent-framework/commit/693e8995d20ceb0d57bb9651e009c5c95f33ce56)) +- **tools:** add Model Context Protocol Tool ([#265](https://github.com/i-am-bee/bee-agent-framework/issues/265)) ([077f105](https://github.com/i-am-bee/bee-agent-framework/commit/077f1056974dca13f676f019f5c90ed170d4a207)), closes [#238](https://github.com/i-am-bee/bee-agent-framework/issues/238) + +### Bug Fixes + +- **tools:** ddg bump dependency ([0fb62ae](https://github.com/i-am-bee/bee-agent-framework/commit/0fb62aed7200cc2348247dcf89463686acf5d216)) + ## [0.0.55](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.54...v0.0.55) (2025-01-08) ### Features diff --git a/package.json b/package.json index 6a2b940e..b2ed0a8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-agent-framework", - "version": "0.0.55", + "version": "0.0.56", "license": "Apache-2.0", "description": "Bee - LLM Agent Framework", "author": "IBM Corp.",