From 2711228f1819c523204107d5651906c768a4db03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:17:34 +0000 Subject: [PATCH 1/2] chore(v7): release ldai 0.7.2 --- .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 1581b1a5..2455fde5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "7.13.4", "ldotel": "1.3.0", - "ldai": "0.7.1", + "ldai": "0.7.2", "ldmiddleware": "0.1.0" } diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index bba74f21..e4e30b40 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.2](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.1...ldai/v0.7.2) (2025-09-02) + + +### Bug Fixes + +* add usage tracking to config method ([#307](https://github.com/launchdarkly/go-server-sdk/issues/307)) ([400a61e](https://github.com/launchdarkly/go-server-sdk/commit/400a61ea733a004dbedc1bbcaf6f897f3988f40d)) + ## [0.7.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.0...ldai/v0.7.1) (2025-07-29) diff --git a/ldai/package_info.go b/ldai/package_info.go index bc852fc2..ed808c8f 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.1" // {{ x-release-please-version }} +const Version = "0.7.2" // {{ x-release-please-version }} From b0616c5bcc786f26e97fd92b05a11869392235d9 Mon Sep 17 00:00:00 2001 From: Jason Bailey Date: Tue, 2 Sep 2025 11:25:39 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- ldai/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index e4e30b40..f80480d0 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -5,7 +5,7 @@ ### Bug Fixes -* add usage tracking to config method ([#307](https://github.com/launchdarkly/go-server-sdk/issues/307)) ([400a61e](https://github.com/launchdarkly/go-server-sdk/commit/400a61ea733a004dbedc1bbcaf6f897f3988f40d)) +* Add usage tracking to config method ([#307](https://github.com/launchdarkly/go-server-sdk/issues/307)) ([400a61e](https://github.com/launchdarkly/go-server-sdk/commit/400a61ea733a004dbedc1bbcaf6f897f3988f40d)) ## [0.7.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.0...ldai/v0.7.1) (2025-07-29)