Skip to content

Commit e6c7888

Browse files
chore(main): release 0.2.0 (#34)
1 parent c92e2f2 commit e6c7888

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.1.2"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/hyprmcp/mcp-gateway/compare/0.1.2...0.2.0) (2025-08-27)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
315
## [0.1.2](https://github.com/hyprmcp/mcp-gateway/compare/0.1.1...0.1.2) (2025-08-26)
416

517

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

0 commit comments

Comments
 (0)