release v2.8.1

This commit is contained in:
msukkari 2025-01-28 14:47:46 -08:00
parent f83a4db3d6
commit 26ac654a00

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.8.1] - 2025-01-28
### Added
- Added `maxTrigramCount` to the config to control the maximum allowable of trigrams per document.
### Fixed
- Fixed issue with version upgrade toast not appearing without a hard refresh. ([#179](https://github.com/sourcebot-dev/sourcebot/pull/179))