diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5cecbca3..7ab9a475 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "7.14.5", "ldotel": "1.3.1", - "ldai": "0.8.0", + "ldai": "0.8.1", "ldmiddleware": "0.1.0" } diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index bdcbcc22..e77ffe34 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.8.0...ldai/v0.8.1) (2026-02-26) + + +### Bug Fixes + +* Improve usage reporting ([#353](https://github.com/launchdarkly/go-server-sdk/issues/353)) ([0146f76](https://github.com/launchdarkly/go-server-sdk/commit/0146f762af466f7ab7d997bbd57135eb1fcb0930)) + ## [0.8.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.2...ldai/v0.8.0) (2026-02-10) diff --git a/ldai/package_info.go b/ldai/package_info.go index ed28cd04..8b85157f 100644 --- a/ldai/package_info.go +++ b/ldai/package_info.go @@ -3,7 +3,7 @@ package ldai const ( // Version is the current version string of the ldai package. This is updated by our release scripts. - Version = "0.8.0" // {{ x-release-please-version }} + Version = "0.8.1" // {{ x-release-please-version }} // SDKName is the canonical name of this AI SDK package. SDKName = "go-server-sdk/ldai"