Skip to content

Commit

Permalink
chore: release 0.0.58
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Jan 20, 2025
1 parent c7c49e9 commit 3b1ec37
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.58](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.57...v0.0.58) (2025-01-20)

### Features

- **adapters:** allow passing client options for OpenAI and AzureOpenAI ([bdaa49a](https://github.com/i-am-bee/bee-agent-framework/commit/bdaa49afcfdbf688899c1784c8f152e81e7fa7a7))
- **adapters:** unify envs naming for Azure ([0eb4448](https://github.com/i-am-bee/bee-agent-framework/commit/0eb44484b183994c33a071dccaae130cd2415e6f))
- **tools:** add env support for CustomTool ([867fcac](https://github.com/i-am-bee/bee-agent-framework/commit/867fcac99b1c2ebb16c759c2a7345b45e70d4513)), closes [#225](https://github.com/i-am-bee/bee-agent-framework/issues/225)

### Bug Fixes

- **instrumentation:** example script ([91bfdcb](https://github.com/i-am-bee/bee-agent-framework/commit/91bfdcb3fecec481207bb53ca01c9444729a66f1))

## [0.0.57](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.56...v0.0.57) (2025-01-13)

### ⚠ BREAKING CHANGES
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.58](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.57...v0.0.58) (2025-01-20)

### Features

- **adapters:** allow passing client options for OpenAI and AzureOpenAI ([bdaa49a](https://github.com/i-am-bee/bee-agent-framework/commit/bdaa49afcfdbf688899c1784c8f152e81e7fa7a7))
- **adapters:** unify envs naming for Azure ([0eb4448](https://github.com/i-am-bee/bee-agent-framework/commit/0eb44484b183994c33a071dccaae130cd2415e6f))
- **tools:** add env support for CustomTool ([867fcac](https://github.com/i-am-bee/bee-agent-framework/commit/867fcac99b1c2ebb16c759c2a7345b45e70d4513)), closes [#225](https://github.com/i-am-bee/bee-agent-framework/issues/225)

### Bug Fixes

- **instrumentation:** example script ([91bfdcb](https://github.com/i-am-bee/bee-agent-framework/commit/91bfdcb3fecec481207bb53ca01c9444729a66f1))

## [0.0.57](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.56...v0.0.57) (2025-01-13)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bee-agent-framework",
"version": "0.0.57",
"version": "0.0.58",
"license": "Apache-2.0",
"description": "Bee - LLM Agent Framework",
"author": "IBM Corp.",
Expand Down

0 comments on commit 3b1ec37

Please sign in to comment.