Skip to content

Commit 512693d

Browse files
chore(main): release 0.2.0 (#10)
🤖 I have created a release *beep* *boop* --- ## [0.2.0](v0.1.0...v0.2.0) (2025-04-10) ### Features * sign Docker images ([#11](#11)) ([62a3f42](62a3f42)) ### Bug Fixes * correct tools capabilities ([c351b5f](c351b5f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1299378 commit 512693d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/firebolt-db/mcp-server/compare/v0.1.0...v0.2.0) (2025-04-10)
4+
5+
6+
### Features
7+
8+
* sign Docker images ([#11](https://github.com/firebolt-db/mcp-server/issues/11)) ([62a3f42](https://github.com/firebolt-db/mcp-server/commit/62a3f4255b92c6e326017f82c6d503a1b88ffd7f))
9+
10+
11+
### Bug Fixes
12+
13+
* correct tools capabilities ([c351b5f](https://github.com/firebolt-db/mcp-server/commit/c351b5ff0eaf4b84c05faae47a35c7ffdce1f3cd))
14+
315
## [0.1.0](https://github.com/firebolt-db/mcp-server/compare/v0.0.1...v0.1.0) (2025-04-08)
416

517

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ docker run \
6161
--rm \
6262
-e FIREBOLT_MCP_CLIENT_ID=your-client-id \
6363
-e FIREBOLT_MCP_CLIENT_SECRET=your-client-secret \
64-
ghcr.io/firebolt-db/mcp-server:0.1.0
64+
ghcr.io/firebolt-db/mcp-server:0.2.0
6565
```
6666
[//]: # (x-release-please-end)
6767

@@ -70,7 +70,7 @@ docker run \
7070
[//]: # (x-release-please-start-version)
7171
```bash
7272
# Download the binary for your OS from:
73-
# https://github.com/firebolt-db/mcp-server/releases/tag/v0.1.0
73+
# https://github.com/firebolt-db/mcp-server/releases/tag/v0.2.0
7474

7575
./firebolt-mcp-server \
7676
--client-id your-client-id \
@@ -105,7 +105,7 @@ To integrate with Claude Desktop using **Docker**:
105105
"--rm",
106106
"-e", "FIREBOLT_MCP_CLIENT_ID=your-client-id",
107107
"-e", "FIREBOLT_MCP_CLIENT_SECRET=your-client-secret",
108-
"ghcr.io/firebolt-db/mcp-server:0.1.0"
108+
"ghcr.io/firebolt-db/mcp-server:0.2.0"
109109
]
110110
}
111111
}

0 commit comments

Comments
 (0)