From d4c8a9edda2ec5c5094a2e8fcb6a5888a8e068ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 04:56:18 +0000 Subject: [PATCH] chore(main): release 2.3.2 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2796308..cda4039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.3.2](https://github.com/OctopusDeploy/mcp-server/compare/v2.3.1...v2.3.2) (2026-06-18) + + +### Bug Fixes + +* bump axios and add npm audit signatures to CI ([#97](https://github.com/OctopusDeploy/mcp-server/issues/97)) ([9af12c7](https://github.com/OctopusDeploy/mcp-server/commit/9af12c7f9b214bd6e0aecb36f453e297b9fc9eb1)) +* pin hono to 4.12.18 to satisfy min-release-age cooldown ([#100](https://github.com/OctopusDeploy/mcp-server/issues/100)) ([40b47ce](https://github.com/OctopusDeploy/mcp-server/commit/40b47ce019f8fd03f285d3e65141e512dcee32fc)) +* skip elicitations when clients lie about their capabilities ([#103](https://github.com/OctopusDeploy/mcp-server/issues/103)) ([250dc57](https://github.com/OctopusDeploy/mcp-server/commit/250dc5796581f46e2f7dc016f37c304624b31a67)) + ## [2.3.1](https://github.com/OctopusDeploy/mcp-server/compare/v2.3.0...v2.3.1) (2026-05-17) diff --git a/package-lock.json b/package-lock.json index b0d39fb..3d24eaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@octopusdeploy/mcp-server", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@octopusdeploy/mcp-server", - "version": "2.3.1", + "version": "2.3.2", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", diff --git a/package.json b/package.json index 7f43a95..3239e9b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "bugs": { "url": "https://github.com/OctopusDeploy/mcp-server/issues" }, - "version": "2.3.1", + "version": "2.3.2", "type": "module", "description": "The Octopus MCP Server provides your AI assistant with powerful tools that allow it to inspect, query, and diagnose problems within your Octopus instance.", "main": "dist/index.js",