We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fc073 commit 661ba01Copy full SHA for 661ba01
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.10.8] - 2026-01-13
11
+
12
### Changed
13
- Changed the default `/repos` pagination size to 20. [#706](https://github.com/sourcebot-dev/sourcebot/pull/706)
14
- Changed pull policy in docker compose file to always. [#716](https://github.com/sourcebot-dev/sourcebot/pull/716)
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.10.7";
+export const SOURCEBOT_VERSION = "v4.10.8";
0 commit comments