Skip to content

Commit db460e5

Browse files
authored
Merge pull request #420 from koic/release_0_21_0
Release 0.21.0
2 parents 217542f + 49a08bf commit db460e5

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1023
## [0.20.0] - 2026-06-14
1124

1225
### 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.20.0"
4+
VERSION = "0.21.0"
55
end

0 commit comments

Comments
 (0)