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..bdcbcc22 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 }}