diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb0c51f1..c575a162 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.0" + ".": "7.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b894876..040a57ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ * exempt stdio session from idle timeout cleanup ([#363](https://github.com/structured-world/gitlab-mcp/issues/363)) ([ca563bd](https://github.com/structured-world/gitlab-mcp/commit/ca563bda9aa969d5d7680d3d89c2c72f32344838)), closes [#361](https://github.com/structured-world/gitlab-mcp/issues/361) +## [7.3.0](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-v7.2.0...gitlab-mcp-v7.3.0) (2026-05-23) + + +### Features + +* **session:** proactive re-pin of session URL after switch_profile ([#427](https://github.com/structured-world/gitlab-mcp/issues/427)) ([6965d09](https://github.com/structured-world/gitlab-mcp/commit/6965d092daee792b44e4576290d8644f0fb90548)) + ## [7.2.0](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-v7.1.0...gitlab-mcp-v7.2.0) (2026-04-11) diff --git a/package.json b/package.json index ca86d4da..388e628c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "diff": "4.0.4", "esbuild": ">=0.25.0" }, - "version": "7.2.0", + "version": "7.3.0", "description": "Advanced GitLab MCP server", "mcp": { "name": "GitLab MCP Server", diff --git a/server.json b/server.json index e9144627..6e870abf 100644 --- a/server.json +++ b/server.json @@ -9,13 +9,13 @@ "url": "https://github.com/structured-world/gitlab-mcp", "source": "github" }, - "version": "7.2.0", + "version": "7.3.0", "_versionNote": "Updated dynamically by prepare-release.sh during semantic-release", "packages": [ { "registryType": "npm", "identifier": "@structured-world/gitlab-mcp", - "version": "7.2.0", + "version": "7.3.0", "transport": { "type": "stdio" },