Skip to content

Commit 0ff4ce7

Browse files
chore(v7): release ldai 0.7.2 (#317)
🤖 I have created a release *beep* *boop* --- ## [0.7.2](ldai/v0.7.1...ldai/v0.7.2) (2025-09-02) ### Bug Fixes * Add usage tracking to config method ([#307](#307)) ([400a61e](400a61e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jason Bailey <[email protected]>
1 parent 400a61e commit 0ff4ce7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "7.13.4",
33
"ldotel": "1.3.0",
4-
"ldai": "0.7.1",
4+
"ldai": "0.7.2",
55
"ldmiddleware": "0.1.0"
66
}

ldai/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.2](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.1...ldai/v0.7.2) (2025-09-02)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.7.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.7.0...ldai/v0.7.1) (2025-07-29)
411

512

ldai/package_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package ldai
33

44
// Version is the current version string of the ldai package. This is updated by our release scripts.
5-
const Version = "0.7.1" // {{ x-release-please-version }}
5+
const Version = "0.7.2" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)