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