From 8d8c8756bd62c14f933a4318b1d94339f5f189d8 Mon Sep 17 00:00:00 2001 From: msukkari Date: Wed, 17 Sep 2025 22:18:46 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c37812..c471137b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added fallback to default the Node.JS AWS SDK's `fromNodeProviderChain` when no credentials are provided for a bedrock config. [#513](https://github.com/sourcebot-dev/sourcebot/pull/513) +- Added support for Azure Devops support. [#514](https://github.com/sourcebot-dev/sourcebot/pull/514) ### Fixed - Fixed "At least one project, user, or group must be specified" for GitLab configs with `all` in web configurator. [#512](https://github.com/sourcebot-dev/sourcebot/pull/512)