diff --git a/CHANGELOG.md b/CHANGELOG.md index 68996d2f..f4c3d44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [4.5.1] - 2025-07-14 + +### Changed +- Revamped onboarding experience. [#376](https://github.com/sourcebot-dev/sourcebot/pull/376) ### Fixed - Fixed issue with external source code links being broken for paths with spaces. [#364](https://github.com/sourcebot-dev/sourcebot/pull/364) -- Revamped onboarding experience. [#370](https://github.com/sourcebot-dev/sourcebot/pull/376) - Makes base retry indexing configuration configurable and move from a default of `5s` to `60s`. [#377](https://github.com/sourcebot-dev/sourcebot/pull/377) - Fixed issue where files would sometimes never load in the code browser. [#365](https://github.com/sourcebot-dev/sourcebot/pull/365)