We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde1280 commit d9d5b2aCopy full SHA for d9d5b2a
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.13.2] - 2026-03-02
11
+
12
### Changed
13
- Upgraded Vercel AI SDK from v5 to v6. [#969](https://github.com/sourcebot-dev/sourcebot/pull/969)
14
- Added support for using bearer tokens with anthropic. [#967](https://github.com/sourcebot-dev/sourcebot/pull/967)
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.1";
+export const SOURCEBOT_VERSION = "v4.13.2";
0 commit comments