From e44acac81dc704a4aa495f0eba0438ce45f2ccc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 15:41:54 +0000 Subject: [PATCH] chore(v7): release ldai 0.10.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 0bab812a..a74545c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "7.15.6", "ldotel": "1.3.5", - "ldai": "0.9.3", + "ldai": "0.10.0", "ldmiddleware": "0.1.3" } diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index 22691469..46c5ce12 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.9.3...ldai/v0.10.0) (2026-08-18) + + +### Features + +* **ldai:** stamp modelKey and modelVersion on AI usage events (AIC-2850) ([#414](https://github.com/launchdarkly/go-server-sdk/issues/414)) ([bd4ce7a](https://github.com/launchdarkly/go-server-sdk/commit/bd4ce7a1ea1ade2b71d15b956b706cf6677063e2)) + ## [0.9.3](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.9.2...ldai/v0.9.3) (2026-06-11) diff --git a/ldai/package_info.go b/ldai/package_info.go index 70c85035..0e3c4c62 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.9.3" // {{ x-release-please-version }} + Version = "0.10.0" // {{ x-release-please-version }} // SDKName is the canonical name of this AI SDK package. SDKName = "go-server-sdk/ldai"