diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index aca038a0..078267cd 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.7] - 2025-10-28 +- Updated API client to match the latest Sourcebot release. [#555](https://github.com/sourcebot-dev/sourcebot/pull/555) + ## [1.0.6] - 2025-09-26 - Fix `linkedConnections is required` schema error. diff --git a/packages/mcp/package.json b/packages/mcp/package.json index b11c8361..11530cba 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@sourcebot/mcp", - "version": "1.0.6", + "version": "1.0.7", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",