From dcc704d3d5a8da5fb3ba84562e844002a7d8a647 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 18:12:13 +0000 Subject: [PATCH 1/2] chore(v7): release ldai 0.8.0 --- .release-please-manifest.json | 2 +- ldai/CHANGELOG.md | 7 +++++++ ldai/package_info.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63bffb3f..ff4647fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "7.14.5", "ldotel": "1.3.0", - "ldai": "0.7.2", + "ldai": "0.8.0", "ldmiddleware": "0.1.0" } diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index f80480d0..bad2718b 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.2...ldai/v0.8.0) (2026-02-10) + + +### Features + +* add AI Config judge support ([#345](https://github.com/launchdarkly/go-server-sdk/issues/345)) ([4a9d03d](https://github.com/launchdarkly/go-server-sdk/commit/4a9d03d947147eff2506adc3aa0e1322ce4fa3d9)) + ## [0.7.2](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.1...ldai/v0.7.2) (2025-09-02) diff --git a/ldai/package_info.go b/ldai/package_info.go index ed808c8f..117a425e 100644 --- a/ldai/package_info.go +++ b/ldai/package_info.go @@ -2,4 +2,4 @@ package ldai // Version is the current version string of the ldai package. This is updated by our release scripts. -const Version = "0.7.2" // {{ x-release-please-version }} +const Version = "0.8.0" // {{ x-release-please-version }} From f1203ee575a41253bf5b38a7b7fce680e6b23c93 Mon Sep 17 00:00:00 2001 From: Jason Bailey Date: Tue, 10 Feb 2026 12:27:40 -0600 Subject: [PATCH 2/2] Update CHANGELOG for AI Config judge support --- ldai/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index bad2718b..bdcbcc22 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -5,7 +5,7 @@ ### Features -* add AI Config judge support ([#345](https://github.com/launchdarkly/go-server-sdk/issues/345)) ([4a9d03d](https://github.com/launchdarkly/go-server-sdk/commit/4a9d03d947147eff2506adc3aa0e1322ce4fa3d9)) +* Add AI Config judge support ([#345](https://github.com/launchdarkly/go-server-sdk/issues/345)) ([4a9d03d](https://github.com/launchdarkly/go-server-sdk/commit/4a9d03d947147eff2506adc3aa0e1322ce4fa3d9)) ## [0.7.2](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.1...ldai/v0.7.2) (2025-09-02)