We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9193745 + 8f10f8e commit b6372d8Copy full SHA for b6372d8
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-13
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