diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0d8493..6eb5d41b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Newest first. `Unreleased` is what is on `main` and not yet tagged. ## Unreleased +## 0.0.5 + ### One Bot can hand work to another, and reach a person when no Bot will do A Bot asked something it is not the right Bot for can now put the question to one that is. The diff --git a/package.json b/package.json index 9a89d00d..72472d8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbot", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "private": true, "packageManager": "bun@1.3.14",