diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 44289235..e79ae284 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.11] - 2025-12-03 + +### Changed +- Updated API client to match the latest Sourcebot release. [#652](https://github.com/sourcebot-dev/sourcebot/pull/652) + ## [1.0.10] - 2025-11-24 ### Changed diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 9b255c3c..ca6ee314 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@sourcebot/mcp", - "version": "1.0.10", + "version": "1.0.11", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",