Skip to content

Commit 776bbc3

Browse files
chore(main): release 0.4.0 (#89)
1 parent 59ab1cf commit 776bbc3

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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.3.1"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/hyprmcp/mcp-gateway/compare/v0.3.1...v0.4.0) (2025-12-16)
4+
5+
6+
### Features
7+
8+
* add TLS support for gRPC connections to Dex ([#86](https://github.com/hyprmcp/mcp-gateway/issues/86)) ([b150636](https://github.com/hyprmcp/mcp-gateway/commit/b15063651a80cc95b934bb9e2f96e0747db2d63e))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update module github.com/lestrrat-go/httprc/v3 to v3.0.2 ([#88](https://github.com/hyprmcp/mcp-gateway/issues/88)) ([75c1c07](https://github.com/hyprmcp/mcp-gateway/commit/75c1c07c7e9305252b5aae7bdb1ed5984a0d62f2))
14+
* **deps:** update module github.com/lestrrat-go/jwx/v3 to v3.0.12 ([#80](https://github.com/hyprmcp/mcp-gateway/issues/80)) ([61c98ad](https://github.com/hyprmcp/mcp-gateway/commit/61c98adb6d7517211291e15fc58542b5caa9c285))
15+
* **deps:** update module github.com/spf13/cobra to v1.10.2 ([#87](https://github.com/hyprmcp/mcp-gateway/issues/87)) ([89f131c](https://github.com/hyprmcp/mcp-gateway/commit/89f131c32dc9c2b921c1891dc3fd9439cc285518))
16+
* **deps:** update module google.golang.org/grpc to v1.77.0 ([#75](https://github.com/hyprmcp/mcp-gateway/issues/75)) ([59ab1cf](https://github.com/hyprmcp/mcp-gateway/commit/59ab1cf2ecc831beafcbcb26cba9704e2ebfce3e))
17+
18+
19+
### Other
20+
21+
* **deps:** update actions/checkout action to v6 ([#85](https://github.com/hyprmcp/mcp-gateway/issues/85)) ([440d185](https://github.com/hyprmcp/mcp-gateway/commit/440d1853c240d71e10822af4eddb517160834f73))
22+
* **deps:** update dependency go to v1.25.5 ([#76](https://github.com/hyprmcp/mcp-gateway/issues/76)) ([35db0ea](https://github.com/hyprmcp/mcp-gateway/commit/35db0ea25140a61d81e975d1d205630ca5032eac))
23+
* **deps:** update docker/metadata-action action to v5.10.0 ([#83](https://github.com/hyprmcp/mcp-gateway/issues/83)) ([8a5ce3a](https://github.com/hyprmcp/mcp-gateway/commit/8a5ce3aa0235c7c25b76a5bbebb7380f6b664024))
24+
* **deps:** update github artifact actions (major) ([#90](https://github.com/hyprmcp/mcp-gateway/issues/90)) ([d7c96bc](https://github.com/hyprmcp/mcp-gateway/commit/d7c96bc71ebb148778ec4cd097e1b5358b9faef7))
25+
326
## [0.3.1](https://github.com/hyprmcp/mcp-gateway/compare/v0.3.0...v0.3.1) (2025-10-29)
427

528

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

0 commit comments

Comments
 (0)