From 91b07f45f25603e69c1d4ac8f92b516c856dc254 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:30:37 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- sonar-project.properties | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 0477999..2537c1f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d88c81..dd81a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/firebolt-db/mcp-server/compare/v0.3.2...v0.4.0) (2025-06-04) + + +### Features + +* handle missing .md extension in article filenames ([#33](https://github.com/firebolt-db/mcp-server/issues/33)) ([03968bf](https://github.com/firebolt-db/mcp-server/commit/03968bf7bdec81db2edb4849d6334844947b8be3)) + ## [0.3.2](https://github.com/firebolt-db/mcp-server/compare/v0.3.1...v0.3.2) (2025-06-04) diff --git a/README.md b/README.md index 0245e56..3035bbf 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.2 + ghcr.io/firebolt-db/mcp-server:0.4.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.3.2 +# https://github.com/firebolt-db/mcp-server/releases/tag/v0.4.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", "-e", "FIREBOLT_MCP_CLIENT_SECRET", - "ghcr.io/firebolt-db/mcp-server:0.3.2" + "ghcr.io/firebolt-db/mcp-server:0.4.0" ], "env": { "FIREBOLT_MCP_CLIENT_ID": "your-client-id", diff --git a/sonar-project.properties b/sonar-project.properties index c9542b0..7724db0 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.2 # x-release-please-version +sonar.projectVersion=0.4.0 # x-release-please-version sonar.sources=. sonar.exclusions=**/*_test.go,cmd/docs-scrapper/**,coverage.*