diff --git a/CHANGELOG.md b/CHANGELOG.md index 276e972a..9c67aa25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.0.50 (2024-12-06) + +- chore: update .env.template ([36a4a83](https://github.com/i-am-bee/bee-agent-framework/commit/36a4a83)) +- chore(agents): remove optional type for streamlit ([d552506](https://github.com/i-am-bee/bee-agent-framework/commit/d552506)) +- chore(deps): upgrade dependencies ([a3352d9](https://github.com/i-am-bee/bee-agent-framework/commit/a3352d9)) +- chore(examples): update bee advanced ([10314af](https://github.com/i-am-bee/bee-agent-framework/commit/10314af)) +- feat: (instrumentation): increase timestamp precision (#234) ([72c8717](https://github.com/i-am-bee/bee-agent-framework/commit/72c8717)), closes [#234](https://github.com/i-am-bee/bee-agent-framework/issues/234) +- feat(agents): update Thought in Bee agent system prompt (#221) ([cdb3731](https://github.com/i-am-bee/bee-agent-framework/commit/cdb3731)), closes [#221](https://github.com/i-am-bee/bee-agent-framework/issues/221) +- docs(agents): add granite bee documentation (#229) ([9199ff5](https://github.com/i-am-bee/bee-agent-framework/commit/9199ff5)), closes [#229](https://github.com/i-am-bee/bee-agent-framework/issues/229) + ## [0.0.49](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.48...v0.0.49) (2024-12-05) ### Features diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 276e972a..9c67aa25 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.0.50 (2024-12-06) + +- chore: update .env.template ([36a4a83](https://github.com/i-am-bee/bee-agent-framework/commit/36a4a83)) +- chore(agents): remove optional type for streamlit ([d552506](https://github.com/i-am-bee/bee-agent-framework/commit/d552506)) +- chore(deps): upgrade dependencies ([a3352d9](https://github.com/i-am-bee/bee-agent-framework/commit/a3352d9)) +- chore(examples): update bee advanced ([10314af](https://github.com/i-am-bee/bee-agent-framework/commit/10314af)) +- feat: (instrumentation): increase timestamp precision (#234) ([72c8717](https://github.com/i-am-bee/bee-agent-framework/commit/72c8717)), closes [#234](https://github.com/i-am-bee/bee-agent-framework/issues/234) +- feat(agents): update Thought in Bee agent system prompt (#221) ([cdb3731](https://github.com/i-am-bee/bee-agent-framework/commit/cdb3731)), closes [#221](https://github.com/i-am-bee/bee-agent-framework/issues/221) +- docs(agents): add granite bee documentation (#229) ([9199ff5](https://github.com/i-am-bee/bee-agent-framework/commit/9199ff5)), closes [#229](https://github.com/i-am-bee/bee-agent-framework/issues/229) + ## [0.0.49](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.48...v0.0.49) (2024-12-05) ### Features diff --git a/package.json b/package.json index 86dc5b19..a5a75aa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-agent-framework", - "version": "0.0.49", + "version": "0.0.50", "license": "Apache-2.0", "description": "Bee - LLM Agent Framework", "author": "IBM Corp.",