diff --git a/Cargo.toml b/Cargo.toml index ef0c8e14..f224ec59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,12 @@ members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"] resolver = "2" [workspace.dependencies] -rmcp = { version = "0.8.4", path = "./crates/rmcp" } -rmcp-macros = { version = "0.8.4", path = "./crates/rmcp-macros" } +rmcp = { version = "0.8.5", path = "./crates/rmcp" } +rmcp-macros = { version = "0.8.5", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "0.8.4" +version = "0.8.5" authors = ["4t145 "] license = "MIT" repository = "https://github.com/modelcontextprotocol/rust-sdk/" diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index 1c93ac06..9baa4e6b 100644 --- a/crates/rmcp/CHANGELOG.md +++ b/crates/rmcp/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.5](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.8.4...rmcp-v0.8.5) - 2025-11-05 + +### Fixed + +- *(oauth)* respect oauth-protected-resource discovery ([#511](https://github.com/modelcontextprotocol/rust-sdk/pull/511)) + ## [0.8.4](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.8.3...rmcp-v0.8.4) - 2025-11-04 ### Fixed