We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac07f8f commit 416a28aCopy full SHA for 416a28a
2 files changed
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.19.0] - 2026-06-12
11
+
12
+### Added
13
14
+- Support Client ID Metadata Documents in OAuth client (#361)
15
+- Request `offline_access` scope when supported (#365)
16
+- Add `size` field to `MCP::Resource` per MCP specification (#393)
17
18
## [0.18.0] - 2026-05-30
19
20
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.18.0"
+ VERSION = "0.19.0"
5
end
0 commit comments