We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41d9ab commit 3e3e0a6Copy full SHA for 3e3e0a6
2 files changed
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.12.0] - 2026-02-26
11
+
12
### Added
13
- Added Bitbucket Cloud SSO & Permission syncing support. [#924](https://github.com/sourcebot-dev/sourcebot/pull/924) [#925](https://github.com/sourcebot-dev/sourcebot/pull/925)
14
- Added Bitbucket Data Center SSO & Permission syncing support. [#934](https://github.com/sourcebot-dev/sourcebot/pull/934) [#938](https://github.com/sourcebot-dev/sourcebot/pull/938)
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.11.7";
+export const SOURCEBOT_VERSION = "v4.12.0";
0 commit comments