We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 217542f + 49a08bf commit db460e5Copy full SHA for db460e5
2 files changed
CHANGELOG.md
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.21.0] - 2026-06-20
11
+
12
+### Added
13
14
+- Support capability extensions per SEP-2133 (#405)
15
+- Add range validation for `MCP::Annotations#priority` per MCP specification (#410)
16
+- Isolate stateless requests in ephemeral sessions per SEP-2567 (#415)
17
18
+### Changed
19
20
+- Set OIDC `application_type` on Dynamic Client Registration per SEP-837 (#408)
21
+- Fall back to legacy 2025-03-26 OAuth discovery for servers without PRM (#414)
22
23
## [0.20.0] - 2026-06-14
24
25
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.20.0"
+ VERSION = "0.21.0"
5
end
0 commit comments