2 parents 2832bc0 + 2efd0c3 commit d17cc51Copy full SHA for d17cc51
2 files changed
CHANGELOG.md
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
22
## [0.16.0] - 2026-05-14
23
24
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.16.0"
+ VERSION = "0.17.0"
5
end
0 commit comments