From 149a7c3a72cbc5b515030bc9fac8556e984a155c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:50:02 +0000 Subject: [PATCH] chore: release v1.4.0 --- Cargo.toml | 6 +++--- crates/rmcp/CHANGELOG.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2839e58..19e041e3 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.3.0", path = "./crates/rmcp" } -rmcp-macros = { version = "1.3.0", path = "./crates/rmcp-macros" } +rmcp = { version = "1.4.0", path = "./crates/rmcp" } +rmcp-macros = { version = "1.4.0", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "1.3.0" +version = "1.4.0" 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 964101d6..d5c06528 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.4.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.3.0...rmcp-v1.4.0) - 2026-03-27 + +### Added + +- *(auth)* add StoredCredentials::new() constructor ([#778](https://github.com/modelcontextprotocol/rust-sdk/pull/778)) + ## [1.3.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.2.0...rmcp-v1.3.0) - 2026-03-24 ### Added