We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaf7eb commit 014776fCopy full SHA for 014776f
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [4.14.0] - 2026-03-05
11
+
12
### Added
13
- Added support a MCP streamable http transport hosted at `/api/mcp`. [#976](https://github.com/sourcebot-dev/sourcebot/pull/976)
14
- [EE] Added support for Oauth 2.1 to the remote MCP server hosted at `/api/mcp`. [#977](https://github.com/sourcebot-dev/sourcebot/pull/977)
packages/shared/src/version.ts
@@ -1,2 +1,2 @@
1
// This file is auto-generated by .github/workflows/release-sourcebot.yml
2
-export const SOURCEBOT_VERSION = "v4.13.2";
+export const SOURCEBOT_VERSION = "v4.14.0";
0 commit comments