From 0101468bf1eea856ef6c41e033fb5c3bf49e125f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 02:06:59 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ packages/api/src/lib/version.ts | 2 +- packages/dashboard/package.json | 2 +- packages/mcp/package.json | 2 +- packages/mcp/src/index.ts | 2 +- version.txt | 2 +- 7 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 305c150..57e0617 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} +{".":"0.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9fc32..5169a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.1](https://github.com/duyet/agentstate/compare/v0.2.0...v0.2.1) (2026-09-17) + + +### 🐛 Bug Fixes + +* **api:** bound message writes across REST and MCP ([#445](https://github.com/duyet/agentstate/issues/445)) ([f8f053a](https://github.com/duyet/agentstate/commit/f8f053a988eb13437e4e6c729d94da9864f3712c)), closes [#435](https://github.com/duyet/agentstate/issues/435) +* **api:** default capability tokens to 30-day expiry ([#444](https://github.com/duyet/agentstate/issues/444)) ([eb45e77](https://github.com/duyet/agentstate/commit/eb45e778276933a28631a67a966ca94f145caddf)) +* **api:** reclaim stale domain claims with neutral conflicts ([#446](https://github.com/duyet/agentstate/issues/446)) ([bd35c47](https://github.com/duyet/agentstate/commit/bd35c477c3f76580b5b6d356ca92f1bc40134310)) +* **api:** restrict JSON paths to safe own properties ([#441](https://github.com/duyet/agentstate/issues/441)) ([99aa710](https://github.com/duyet/agentstate/commit/99aa71012ccf61f9a72d2f6209e7e0b036285add)) +* **api:** throttle OAuth token requests by IP ([#443](https://github.com/duyet/agentstate/issues/443)) ([b6d3f81](https://github.com/duyet/agentstate/commit/b6d3f81c02f61cc27a8d779a7c084a991563e8da)), closes [#433](https://github.com/duyet/agentstate/issues/433) +* persist tenant identity and preserve Personal workspace access ([#447](https://github.com/duyet/agentstate/issues/447)) ([8f76140](https://github.com/duyet/agentstate/commit/8f76140152c0a809d42d9872b264c057874e6b67)) + ## [0.2.0](https://github.com/duyet/agentstate/compare/v0.1.4...v0.2.0) (2026-09-16) diff --git a/packages/api/src/lib/version.ts b/packages/api/src/lib/version.ts index eb4ce13..0c406ec 100644 --- a/packages/api/src/lib/version.ts +++ b/packages/api/src/lib/version.ts @@ -2,4 +2,4 @@ * Product semver. release-please rewrites this on each release PR. * Do not bump by hand — merge the standing `chore(main): release X.Y.Z` PR. */ -export const VERSION = "0.2.0"; // x-release-please-version +export const VERSION = "0.2.1"; // x-release-please-version diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index d824019..edebbec 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "0.2.0", + "version": "0.2.1", "private": true, "type": "module", "scripts": { diff --git a/packages/mcp/package.json b/packages/mcp/package.json index a1ebbe1..5412acc 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@agentstate/mcp", - "version": "0.2.0", + "version": "0.2.1", "description": "MCP server for AgentState — expose conversation history, state, leases, claims, and capability tokens as MCP tools", "type": "module", "bin": { diff --git a/packages/mcp/src/index.ts b/packages/mcp/src/index.ts index 10d3d67..26caa54 100644 --- a/packages/mcp/src/index.ts +++ b/packages/mcp/src/index.ts @@ -153,7 +153,7 @@ const claimEvidenceSchema = z.discriminatedUnion("kind", [ // --------------------------------------------------------------------------- const server = new McpServer( - { name: "agentstate", version: "0.2.0" }, // x-release-please-version + { name: "agentstate", version: "0.2.1" }, // x-release-please-version { capabilities: { tools: {} } }, ); diff --git a/version.txt b/version.txt index 0ea3a94..0c62199 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 +0.2.1