Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.6"
".": "0.3.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.3.0](https://github.com/hyprmcp/mcp-gateway/compare/v0.2.6...v0.3.0) (2025-10-06)


### Features

* add proxying existing protected resource metadata ([#73](https://github.com/hyprmcp/mcp-gateway/issues/73)) ([5c12538](https://github.com/hyprmcp/mcp-gateway/commit/5c12538e0ae68e38ee0f1ff690720ca6a3526aae))


### Bug Fixes

* **deps:** update module github.com/google/jsonschema-go to v0.3.0 ([#67](https://github.com/hyprmcp/mcp-gateway/issues/67)) ([45865b5](https://github.com/hyprmcp/mcp-gateway/commit/45865b55cae03ff89970a2fcb02e93b2542eb0c1))


### Other

* **deps:** update docker/login-action action to v3.6.0 ([#70](https://github.com/hyprmcp/mcp-gateway/issues/70)) ([e40be1f](https://github.com/hyprmcp/mcp-gateway/commit/e40be1fb41d71df25a742a8abe64974ba8f8a64a))
* upgrade @hyprmcp/mcp-install-instructions-generator to 0.2.0 ([#68](https://github.com/hyprmcp/mcp-gateway/issues/68)) ([ab3e98f](https://github.com/hyprmcp/mcp-gateway/commit/ab3e98f7fcbb9e56be1db5ae707cb737632ae1de))

## [0.2.6](https://github.com/hyprmcp/mcp-gateway/compare/v0.2.5...v0.2.6) (2025-09-15)


Expand Down
2 changes: 1 addition & 1 deletion examples/who-am-i/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- .dex.secret.env

gateway:
image: ghcr.io/hyprmcp/mcp-gateway:0.2.6 # x-release-please-version
image: ghcr.io/hyprmcp/mcp-gateway:0.3.0 # x-release-please-version
command:
[
"serve",
Expand Down