From 9402f7e55036df7b09e0c90eee1a55cda4863e87 Mon Sep 17 00:00:00 2001 From: bkellam Date: Thu, 18 Dec 2025 13:54:28 -0500 Subject: [PATCH] sourcebot v4.10.4 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c552db5d..5dc0f9cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.10.4] - 2025-12-18 + ### Fixed - Fixed issue where parenthesis in query params were not being encoded, resulting in a poor experience when embedding links in Markdown. [#674](https://github.com/sourcebot-dev/sourcebot/pull/674) - Gitlab clone respects host protocol setting in environment variable. [#676](https://github.com/sourcebot-dev/sourcebot/pull/676)