Skip to content

Commit e6ba9fa

Browse files
chore(main): release 0.2.5 (#62)
1 parent 02baf70 commit e6ba9fa

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.4"
2+
".": "0.2.5"
33
}

CHANGELOG.md

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

3+
## [0.2.5](https://github.com/hyprmcp/mcp-gateway/compare/v0.2.4...v0.2.5) (2025-09-15)
4+
5+
6+
### Bug Fixes
7+
8+
* add showing html response also if auth is disabled ([#61](https://github.com/hyprmcp/mcp-gateway/issues/61)) ([39e5729](https://github.com/hyprmcp/mcp-gateway/commit/39e5729bf4fbf78e107dde5e933f697fef3956ea))
9+
* **deps:** update module github.com/google/jsonschema-go to v0.2.3 ([#57](https://github.com/hyprmcp/mcp-gateway/issues/57)) ([38be463](https://github.com/hyprmcp/mcp-gateway/commit/38be4634e90e2f6ea7598ca1462be0363c86017c))
10+
* **deps:** update module github.com/lestrrat-go/jwx/v3 to v3.0.11 ([#60](https://github.com/hyprmcp/mcp-gateway/issues/60)) ([d171699](https://github.com/hyprmcp/mcp-gateway/commit/d1716996f0dd847329872b2bdeb09995d089612d))
11+
* **deps:** update module github.com/modelcontextprotocol/go-sdk to v0.5.0 ([#59](https://github.com/hyprmcp/mcp-gateway/issues/59)) ([204e1a2](https://github.com/hyprmcp/mcp-gateway/commit/204e1a2c697e42953c2adc8d08c6978be9743cb2))
12+
13+
14+
### Other
15+
16+
* **deps:** update sigstore/cosign-installer action to v3.10.0 ([#58](https://github.com/hyprmcp/mcp-gateway/issues/58)) ([94afbd7](https://github.com/hyprmcp/mcp-gateway/commit/94afbd7c25b6abde7d0796a1f2dc2deaecc55572))
17+
* final rename to hyprmcp ([#63](https://github.com/hyprmcp/mcp-gateway/issues/63)) ([02baf70](https://github.com/hyprmcp/mcp-gateway/commit/02baf70a9d3a3f0499b54ba07be7caca4ae170f7))
18+
319
## [0.2.4](https://github.com/hyprmcp/mcp-gateway/compare/v0.2.3...v0.2.4) (2025-09-10)
420

521

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.4 # x-release-please-version
21+
image: ghcr.io/hyprmcp/mcp-gateway:0.2.5 # x-release-please-version
2222
command:
2323
[
2424
"serve",

0 commit comments

Comments
 (0)