Skip to content

Commit f6de5b5

Browse files
committed
chore(main): release 0.2.4
1 parent 568900b commit f6de5b5

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.3"
2+
".": "0.2.4"
33
}

CHANGELOG.md

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

3+
## [0.2.4](https://github.com/hyprmcp/mcp-gateway/compare/v0.2.3...v0.2.4) (2025-09-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update module github.com/modelcontextprotocol/go-sdk to v0.4.0 ([#52](https://github.com/hyprmcp/mcp-gateway/issues/52)) ([568900b](https://github.com/hyprmcp/mcp-gateway/commit/568900b8829f14cb80e501563ac9c9a5932a4b53))
9+
10+
11+
### Docs
12+
13+
* add demo video to example README ([#48](https://github.com/hyprmcp/mcp-gateway/issues/48)) ([8ec1fa0](https://github.com/hyprmcp/mcp-gateway/commit/8ec1fa08a7b78a99cbea93b8670298c7107ec390))
14+
* Update README.md ([#51](https://github.com/hyprmcp/mcp-gateway/issues/51)) ([111628b](https://github.com/hyprmcp/mcp-gateway/commit/111628b7197b9ddf71dab1cb0cac63f159b9499f))
15+
316
## [0.2.3](https://github.com/hyprmcp/mcp-gateway/compare/0.2.2...v0.2.3) (2025-09-03)
417

518

examples/who-am-i/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- .dex.secret.env
1919

2020
gateway:
21-
image: ghcr.io/hyprmcp/mcp-gateway:0.2.3 # x-release-please-version
21+
image: ghcr.io/hyprmcp/mcp-gateway:0.2.4 # x-release-please-version
2222
command:
2323
[
2424
"serve",

0 commit comments

Comments
 (0)