diff --git a/Cargo.toml b/Cargo.toml index 06e83182..7087e89b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"] resolver = "2" [workspace.dependencies] -rmcp = { version = "1.7.0", path = "./crates/rmcp" } -rmcp-macros = { version = "1.7.0", path = "./crates/rmcp-macros" } +rmcp = { version = "1.7.1", path = "./crates/rmcp" } +rmcp-macros = { version = "1.7.1", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "1.7.0" +version = "1.7.1" authors = ["4t145 "] license = "Apache-2.0" repository = "https://github.com/modelcontextprotocol/rust-sdk/" diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index 841ce6c6..b3321b20 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] +## [1.7.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.7.0...rmcp-v1.7.1) - 2026-05-14 + +### Fixed + +- accept 200 with empty body in response to notifications in addition to 202 ([#849](https://github.com/modelcontextprotocol/rust-sdk/pull/849)) + ## [1.7.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.6.0...rmcp-v1.7.0) - 2026-05-13 ### Added