Skip to content

Commit 6d364b2

Browse files
chore(main): release 0.2.3 (#44)
1 parent df116a2 commit 6d364b2

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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.2"
2+
".": "0.2.3"
33
}

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/hyprmcp/mcp-gateway/compare/0.2.2...v0.2.3) (2025-09-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update github.com/google/jsonschema-go digest to 7d3a774 ([#47](https://github.com/hyprmcp/mcp-gateway/issues/47)) ([d426690](https://github.com/hyprmcp/mcp-gateway/commit/d426690a6528f8ba3837a00e6743712782afd7a3))
9+
* **deps:** update module github.com/dexidp/dex/api/v2 to v2.4.0 ([#42](https://github.com/hyprmcp/mcp-gateway/issues/42)) ([a90d24f](https://github.com/hyprmcp/mcp-gateway/commit/a90d24f2b69a3ac74daa57ea02bbc3840a3b0d73))
10+
* **deps:** update module github.com/modelcontextprotocol/go-sdk to v0.3.1 ([#40](https://github.com/hyprmcp/mcp-gateway/issues/40)) ([4678d91](https://github.com/hyprmcp/mcp-gateway/commit/4678d91a4a36ea63241cdf9c54eb42fa8c9d4ff3))
11+
* **deps:** update module github.com/spf13/cobra to v1.10.1 ([#43](https://github.com/hyprmcp/mcp-gateway/issues/43)) ([5302710](https://github.com/hyprmcp/mcp-gateway/commit/5302710d5237e0ab16c13a3f6e7bef38e0cc6c9c))
12+
13+
14+
### Other
15+
16+
* **release:** enable include "v" in tag ([#46](https://github.com/hyprmcp/mcp-gateway/issues/46)) ([f22ba35](https://github.com/hyprmcp/mcp-gateway/commit/f22ba35de8bd58ff6bbd874afcc7d6be709990d7))
17+
18+
19+
### Docs
20+
21+
* readme update ([#45](https://github.com/hyprmcp/mcp-gateway/issues/45)) ([df116a2](https://github.com/hyprmcp/mcp-gateway/commit/df116a21de12d7892423b4e5141bff90fa9e0839))
22+
* rename docker-compose config ([#41](https://github.com/hyprmcp/mcp-gateway/issues/41)) ([218d546](https://github.com/hyprmcp/mcp-gateway/commit/218d546ade7b756c79c9bd65f6c851d6977794d6))
23+
324
## [0.2.2](https://github.com/hyprmcp/mcp-gateway/compare/0.2.1...0.2.2) (2025-08-29)
425

526

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

0 commit comments

Comments
 (0)