diff --git a/.changeset/green-snakes-juggle.md b/.changeset/green-snakes-juggle.md deleted file mode 100644 index 652a3b8..0000000 --- a/.changeset/green-snakes-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mcp-controller': patch ---- - -Fix the published CLI distribution so installs fetch the right platform binary from GitHub Releases and add the release, update, and verification flow that supports the new packaging model. diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b007a..79307dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mcp-controller +## 0.4.1 + +### Patch Changes + +- [#6](https://github.com/eli0shin/mcp-controller/pull/6) [`8fde4b5`](https://github.com/eli0shin/mcp-controller/commit/8fde4b5de88771b3bd5a13216c763377fef1d4d1) Thanks [@eli0shin](https://github.com/eli0shin)! - Fix the published CLI distribution so installs fetch the right platform binary from GitHub Releases and add the release, update, and verification flow that supports the new packaging model. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 1c09792..47a7d55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-controller", - "version": "0.4.0", + "version": "0.4.1", "description": "MCP server proxy that enables controlling availability of tools.", "type": "module", "main": "src/cli.ts",