From ec6fad98dc3e8d3d1613fe3b4006bd6de36eefba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:06:56 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 2537c1f..218393f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9115c4b..a2728b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/firebolt-db/mcp-server/compare/v0.4.0...v0.4.1) (2025-04-08) + + +### Bug Fixes + +* version management and docker ([4f98220](https://github.com/firebolt-db/mcp-server/commit/4f98220cccce7f49a041c9b22d81998af000c040)) + ## [0.4.0](https://github.com/firebolt-db/mcp-server/compare/v0.3.0...v0.4.0) (2025-04-08) diff --git a/README.md b/README.md index bd4ce41..dabae65 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.4.0 + ghcr.io/firebolt-db/mcp-server:0.4.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.4.0 +# https://github.com/firebolt-db/mcp-server/releases/tag/v0.4.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=your-client-id", "-e FIREBOLT_MCP_CLIENT_SECRET=your-client-secret", - "ghcr.io/firebolt-db/mcp-server:0.4.0" + "ghcr.io/firebolt-db/mcp-server:0.4.1" ] } }