We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05d941 commit 27c71bbCopy full SHA for 27c71bb
CHANGELOG.md
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
24
## [0.11.0] - 2026-04-06
25
26
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.11.0"
+ VERSION = "0.12.0"
5
end
0 commit comments