diff --git a/Cargo.toml b/Cargo.toml index e91a99d36..21a8ffe14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"] resolver = "2" [workspace.dependencies] -rmcp = { version = "0.14.0", path = "./crates/rmcp" } -rmcp-macros = { version = "0.14.0", path = "./crates/rmcp-macros" } +rmcp = { version = "0.14.1", path = "./crates/rmcp" } +rmcp-macros = { version = "0.14.1", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "0.14.0" +version = "0.14.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 4cdead0a6..8b0c081d1 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.14.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.14.0...rmcp-v0.14.1) - 2026-01-30 + +### Fixed + +- *(tasks)* correct enum variant ordering for deserialization ([#634](https://github.com/modelcontextprotocol/rust-sdk/pull/634)) + ## [0.14.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.13.0...rmcp-v0.14.0) - 2026-01-23 ### Fixed