diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 816df2d..0477999 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3326864..4d88c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.2](https://github.com/firebolt-db/mcp-server/compare/v0.3.1...v0.3.2) (2025-06-04) + + +### Bug Fixes + +* improve MCP resources disabling ([#32](https://github.com/firebolt-db/mcp-server/issues/32)) ([f9e9d54](https://github.com/firebolt-db/mcp-server/commit/f9e9d541dcbd3bcf26b49c75b4c2081ac793b3e3)) + + +### Dependencies + +* **gomod:** bump the go-deps group with 2 updates ([#28](https://github.com/firebolt-db/mcp-server/issues/28)) ([fe9b648](https://github.com/firebolt-db/mcp-server/commit/fe9b64880bd21284a869b09a2cc708098882d139)) +* **gomod:** bump the go-deps group with 2 updates ([#31](https://github.com/firebolt-db/mcp-server/issues/31)) ([da1af7c](https://github.com/firebolt-db/mcp-server/commit/da1af7c3a32d6941e5eee262733379a0dc17e959)) + ## [0.3.1](https://github.com/firebolt-db/mcp-server/compare/v0.3.0...v0.3.1) (2025-05-20) diff --git a/README.md b/README.md index d74c2ff..0245e56 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.3.1 + ghcr.io/firebolt-db/mcp-server:0.3.2 ``` [//]: # (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.3.1 +# https://github.com/firebolt-db/mcp-server/releases/tag/v0.3.2 ./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", "-e", "FIREBOLT_MCP_CLIENT_SECRET", - "ghcr.io/firebolt-db/mcp-server:0.3.1" + "ghcr.io/firebolt-db/mcp-server:0.3.2" ], "env": { "FIREBOLT_MCP_CLIENT_ID": "your-client-id", diff --git a/sonar-project.properties b/sonar-project.properties index efa679d..c9542b0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ sonar.organization=firebolt-db sonar.projectKey=firebolt-db_mcp-server sonar.projectName=firebolt-db/mcp-server -sonar.projectVersion=0.3.1 # x-release-please-version +sonar.projectVersion=0.3.2 # x-release-please-version sonar.sources=. sonar.exclusions=**/*_test.go,cmd/docs-scrapper/**,coverage.*