diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..54344b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## 0.0.1 (2024-08-23) + +### Features + +- init project ([7ebb60a](https://github.com/i-am-bee/bee-agent-framework/commit/7ebb60a4206337b98c5dfd500c6e06a5df559106)) diff --git a/package.json b/package.json index f975f70e..e505c868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-agent-framework", - "version": "0.0.0", + "version": "0.0.1", "license": "Apache-2.0", "description": "Bee - LLM Agent Framework", "author": "IBM Corp.",