diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 0ee8c01..816df2d 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5fd6d..3326864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.3.1](https://github.com/firebolt-db/mcp-server/compare/v0.3.0...v0.3.1) (2025-05-20) + + +### Dependencies + +* **github-actions:** bump the github-actions-deps group across 1 directory with 2 updates ([#23](https://github.com/firebolt-db/mcp-server/issues/23)) ([293551d](https://github.com/firebolt-db/mcp-server/commit/293551dbc5cdcb12553e589527fbe3e580938bd3)) +* **gomod:** bump github.com/mark3labs/mcp-go from 0.27.0 to 0.29.0 in the go-deps group ([#27](https://github.com/firebolt-db/mcp-server/issues/27)) ([da0a034](https://github.com/firebolt-db/mcp-server/commit/da0a03492ba6f42d76fe827a5d98770129d42697)) +* **gomod:** bump the go-deps group across 1 directory with 6 updates ([#24](https://github.com/firebolt-db/mcp-server/issues/24)) ([145ec54](https://github.com/firebolt-db/mcp-server/commit/145ec54cb83eed4d9c3ab7952beec0a3701b4466)) +* **gomod:** bump the go-deps group with 3 updates ([#26](https://github.com/firebolt-db/mcp-server/issues/26)) ([a64f8c1](https://github.com/firebolt-db/mcp-server/commit/a64f8c1c6aa020bcf51d602a8842dec0a0d53b12)) + ## [0.3.0](https://github.com/firebolt-db/mcp-server/compare/v0.2.1...v0.3.0) (2025-04-28) diff --git a/README.md b/README.md index 92923ce..bc61631 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.0 + ghcr.io/firebolt-db/mcp-server:0.3.1 ``` [//]: # (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.0 +# https://github.com/firebolt-db/mcp-server/releases/tag/v0.3.1 ./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.0" + "ghcr.io/firebolt-db/mcp-server:0.3.1" ], "env": { "FIREBOLT_MCP_CLIENT_ID": "your-client-id", diff --git a/sonar-project.properties b/sonar-project.properties index ea2f452..efa679d 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.0 # x-release-please-version +sonar.projectVersion=0.3.1 # x-release-please-version sonar.sources=. sonar.exclusions=**/*_test.go,cmd/docs-scrapper/**,coverage.*