diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b4191d3..f571309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/hyprmcp/mcp-gateway/compare/0.1.2...0.2.0) (2025-08-27) + + +### Features + +* add authorization handler to inject openid scope if missing, return scope in DCR response ([#32](https://github.com/hyprmcp/mcp-gateway/issues/32)) ([e2978e9](https://github.com/hyprmcp/mcp-gateway/commit/e2978e912bc0c841be15318ad807af8def8e2068)) + + +### Bug Fixes + +* jwk refresh in background context and reduced min/max interval ([#33](https://github.com/hyprmcp/mcp-gateway/issues/33)) ([c92e2f2](https://github.com/hyprmcp/mcp-gateway/commit/c92e2f250584cd759e61786081f931f42e1cd450)) + ## [0.1.2](https://github.com/hyprmcp/mcp-gateway/compare/0.1.1...0.1.2) (2025-08-26) diff --git a/examples/who-am-i/docker-compose.yaml b/examples/who-am-i/docker-compose.yaml index 810dded..b757dfb 100644 --- a/examples/who-am-i/docker-compose.yaml +++ b/examples/who-am-i/docker-compose.yaml @@ -18,7 +18,7 @@ services: - .dex.secret.env gateway: - image: ghcr.io/hyprmcp/mcp-gateway:0.1.2 # x-release-please-version + image: ghcr.io/hyprmcp/mcp-gateway:0.2.0 # x-release-please-version command: [ "serve",