diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e63714..2960aa00 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.3 + ### A Bot is offered the tools its message needs, not every tool it holds A model chooses the right tool reliably out of about ten and unreliably out of thirty, and it fails diff --git a/package.json b/package.json index 62360d4c..bdeaf786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbot", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "private": true, "packageManager": "bun@1.3.14",