diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8032c17..ed21d28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a138f7c..81413a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/shigechika/mcp-stdio/compare/v0.12.0...v0.13.0) (2026-05-07) + + +### Features + +* **oauth:** add --no-resource-indicator for AS that reject RFC 8707 resource parameter ([#65](https://github.com/shigechika/mcp-stdio/issues/65)) ([7a07deb](https://github.com/shigechika/mcp-stdio/commit/7a07deb9e53d0167c3ff0f62cdcfbf1dc79c675a)) + ## [0.12.0](https://github.com/shigechika/mcp-stdio/compare/v0.11.0...v0.12.0) (2026-05-07) diff --git a/src/mcp_stdio/__init__.py b/src/mcp_stdio/__init__.py index cbfebc1..2bedd1e 100644 --- a/src/mcp_stdio/__init__.py +++ b/src/mcp_stdio/__init__.py @@ -1,5 +1,5 @@ """mcp-stdio: Stdio-to-HTTP relay for MCP servers.""" # x-release-please-start-version -__version__ = "0.12.0" +__version__ = "0.13.0" # x-release-please-end