We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4af2a2 commit ff52ac2Copy full SHA for ff52ac2
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.15.4] - 2026-03-11
11
+
12
### Added
13
- [EE] Added multi-owner support with promote/demote actions. [#988](https://github.com/sourcebot-dev/sourcebot/pull/988)
14
- [EE] Added `PERMISSION_SYNC_REPO_DRIVEN_ENABLED` environment variable to enable/disable repo-driven permission syncing. [#989](https://github.com/sourcebot-dev/sourcebot/pull/989)
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.15.3";
+export const SOURCEBOT_VERSION = "v4.15.4";
0 commit comments