From 6decb0460481b200c38e0025693fec3587609f2d Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 11:57:10 +0000 Subject: [PATCH] chore(main): release gitlab-mcp 7.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- server.json | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58ef57e0..eb0c51f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.0" + ".": "7.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d77b4f47..4b894876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ * 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.2.0](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-v7.1.0...gitlab-mcp-v7.2.0) (2026-04-11) + + +### Features + +* **health:** detect token revocation via authenticated health checks ([#409](https://github.com/structured-world/gitlab-mcp/issues/409)) ([5a74f2d](https://github.com/structured-world/gitlab-mcp/commit/5a74f2db311a40839b73977dd8456796d91183dc)) + + +### Refactoring + +* **session:** per-session instance URL tracking for session-aware ListTools ([#406](https://github.com/structured-world/gitlab-mcp/issues/406)) ([5f8b9cf](https://github.com/structured-world/gitlab-mcp/commit/5f8b9cfdb014d9a42089829a06f330dd89a1f071)) + ## [7.1.0](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-v7.0.2...gitlab-mcp-v7.1.0) (2026-04-07) diff --git a/package.json b/package.json index f1f52f19..95d7e29f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "diff": "4.0.4", "esbuild": ">=0.25.0" }, - "version": "7.1.0", + "version": "7.2.0", "description": "Advanced GitLab MCP server", "mcp": { "name": "GitLab MCP Server", diff --git a/server.json b/server.json index 9749fac8..e9144627 100644 --- a/server.json +++ b/server.json @@ -9,13 +9,13 @@ "url": "https://github.com/structured-world/gitlab-mcp", "source": "github" }, - "version": "7.1.0", + "version": "7.2.0", "_versionNote": "Updated dynamically by prepare-release.sh during semantic-release", "packages": [ { "registryType": "npm", "identifier": "@structured-world/gitlab-mcp", - "version": "7.1.0", + "version": "7.2.0", "transport": { "type": "stdio" },