diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 466df71..2be9c43 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 261c83a..54f05b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/firebolt-db/mcp-server/compare/v0.1.0...v0.2.0) (2025-04-10) + + +### Features + +* sign Docker images ([#11](https://github.com/firebolt-db/mcp-server/issues/11)) ([62a3f42](https://github.com/firebolt-db/mcp-server/commit/62a3f4255b92c6e326017f82c6d503a1b88ffd7f)) + + +### Bug Fixes + +* correct tools capabilities ([c351b5f](https://github.com/firebolt-db/mcp-server/commit/c351b5ff0eaf4b84c05faae47a35c7ffdce1f3cd)) + ## [0.1.0](https://github.com/firebolt-db/mcp-server/compare/v0.0.1...v0.1.0) (2025-04-08) diff --git a/README.md b/README.md index d08ddf8..5b7090f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ docker run \ --rm \ -e FIREBOLT_MCP_CLIENT_ID=your-client-id \ -e FIREBOLT_MCP_CLIENT_SECRET=your-client-secret \ - ghcr.io/firebolt-db/mcp-server:0.1.0 + ghcr.io/firebolt-db/mcp-server:0.2.0 ``` [//]: # (x-release-please-end) @@ -70,7 +70,7 @@ docker run \ [//]: # (x-release-please-start-version) ```bash # Download the binary for your OS from: -# https://github.com/firebolt-db/mcp-server/releases/tag/v0.1.0 +# https://github.com/firebolt-db/mcp-server/releases/tag/v0.2.0 ./firebolt-mcp-server \ --client-id your-client-id \ @@ -105,7 +105,7 @@ To integrate with Claude Desktop using **Docker**: "--rm", "-e", "FIREBOLT_MCP_CLIENT_ID=your-client-id", "-e", "FIREBOLT_MCP_CLIENT_SECRET=your-client-secret", - "ghcr.io/firebolt-db/mcp-server:0.1.0" + "ghcr.io/firebolt-db/mcp-server:0.2.0" ] } }