Skip to content

Commit d17cc51

Browse files
authored
Merge pull request #355 from koic/release_0_17_0
Release 0.17.0
2 parents 2832bc0 + 2efd0c3 commit d17cc51

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.17.0] - 2026-05-19
11+
12+
### Added
13+
14+
- Add OAuth 2.1 client support for MCP authorization flow (#353)
15+
16+
### Fixed
17+
18+
- Validate `MCP-Protocol-Version` header in `StreamableHTTPTransport` (#347)
19+
- Reject duplicate `initialize` requests (#350)
20+
- Reject non-Hash JSON-RPC bodies in `StreamableHTTPTransport` (#354)
21+
1022
## [0.16.0] - 2026-05-14
1123

1224
### Added

lib/mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MCP
4-
VERSION = "0.16.0"
4+
VERSION = "0.17.0"
55
end

0 commit comments

Comments
 (0)