diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 2be9c43..0ee8c01 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 930dd44..7e41f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/firebolt-db/mcp-server/compare/v0.2.0...v0.3.0) (2025-04-08) + + +### Features + +* update docs ([f6c43b7](https://github.com/firebolt-db/mcp-server/commit/f6c43b7341585040c9f6fcfa1eba87df2107cdd2)) + ## [0.2.0](https://github.com/firebolt-db/mcp-server/compare/v0.1.0...v0.2.0) (2025-04-08) diff --git a/README.md b/README.md index 93fa476..106b94c 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.2.0 + ghcr.io/firebolt-db/mcp-server:0.3.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.2.0 +# https://github.com/firebolt-db/mcp-server/releases/tag/v0.3.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.2.0" + "ghcr.io/firebolt-db/mcp-server:0.3.0" ] } }