diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3c83dc..80f7b6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.5.0 + +- docs: explain personal toolkit setup and approval behavior (d5ea8cf) +- chore(deploy): wire Composio through supported environments (cebdcb8) +- feat(channel): add personal app connection and durable approvals (0021f57) +- feat(composio): move personal toolkits into the agent (ddc7f47) + +### Container images + +- `ghcr.io/copilotkit/opentag-agent:v0.5.0` +- `ghcr.io/copilotkit/opentag-runtime:v0.5.0` + ## v0.4.1 - fix: harden coder publish replay safety (5c03e70) diff --git a/package.json b/package.json index dff46feb..cd497abe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opentag", - "version": "0.4.1", + "version": "0.5.0", "private": true, "description": "OpenTag — an open-source, self-hosted knowledge-work agent with connected tools and generative UI for Slack and Microsoft Teams.", "license": "MIT",