Skip to content

Commit 27c71bb

Browse files
committed
Release 0.12.0
New features and fixes have been added, making it a good time to cut a release. Further feature proposals can be incorporated in future releases.
1 parent a05d941 commit 27c71bb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.12.0] - 2026-04-11
11+
12+
### Added
13+
14+
- Support customizing the Faraday client in `MCP::Client::HTTP` (#306)
15+
16+
### Changed
17+
18+
- Auto-set `server.transport` in `Transport#initialize` (#305)
19+
20+
### Fixed
21+
22+
- Validate Content-Type on POST requests (#304)
23+
1024
## [0.11.0] - 2026-04-06
1125

1226
### 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.11.0"
4+
VERSION = "0.12.0"
55
end

0 commit comments

Comments
 (0)