Skip to content

Commit 4a6c09c

Browse files
committed
Release 0.19.0
New features and changes have landed, making it a good time to cut a release. Further feature proposals can be incorporated in future releases.
1 parent ac07f8f commit 4a6c09c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.19.0] - 2026-06-11
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+
1018
## [0.18.0] - 2026-05-30
1119

1220
### 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.18.0"
4+
VERSION = "0.19.0"
55
end

0 commit comments

Comments
 (0)