We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e189d78 commit 8dfae19Copy full SHA for 8dfae19
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.9.2] - 2026-03-27
11
+
12
+### Fixed
13
14
+- Reject duplicate SSE connections with 409 to prevent stream hijacking
15
16
## [0.9.1] - 2026-03-23
17
18
### Added
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.9.1"
+ VERSION = "0.9.2"
5
end
0 commit comments