diff --git a/CHANGELOG.md b/CHANGELOG.md index 957e7ce..b71fb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1] - 2026-02-21 + +### Fixed + +- Fix `Resource::Contents#to_h` to use correct property names per MCP spec (#235) +- Return JSON-RPC protocol errors for unknown tool calls (#231) +- Fix `logging/setLevel` to return empty hash per MCP specification (#230) + ## [0.7.0] - 2026-02-14 ### Added diff --git a/lib/mcp/version.rb b/lib/mcp/version.rb index 1297fbf..0380996 100644 --- a/lib/mcp/version.rb +++ b/lib/mcp/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module MCP - VERSION = "0.7.0" + VERSION = "0.7.1" end