Skip to content

Commit e4db3d9

Browse files
chore(v7): release 7.13.2 (#304)
🤖 I have created a release *beep* *boop* --- ## [7.13.2](v7.13.1...v7.13.2) (2025-08-14) ### Bug Fixes * **experimental:** Add experimental LDScopedClient for incrementally building and propagating contexts ([#297](#297)) ([2b96332](2b96332)) * **experimental:** Functions for putting/getting an LDScopedClient from context.Context ([#305](#305)) ([d61c744](d61c744)) --- 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>
1 parent d61c744 commit e4db3d9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "7.13.1",
2+
".": "7.13.2",
33
"ldotel": "1.3.0",
44
"ldai": "0.7.1"
55
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [7.13.2](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.1...v7.13.2) (2025-08-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **experimental:** Add experimental LDScopedClient for incrementally building and propagating contexts ([#297](https://github.com/launchdarkly/go-server-sdk/issues/297)) ([2b96332](https://github.com/launchdarkly/go-server-sdk/commit/2b9633214755c469eea1673d383a489078fe3f24))
11+
* **experimental:** Functions for putting/getting an LDScopedClient from context.Context ([#305](https://github.com/launchdarkly/go-server-sdk/issues/305)) ([d61c744](https://github.com/launchdarkly/go-server-sdk/commit/d61c74412a9ffe35b40719238311f6182b342dc4))
12+
513
## [7.13.1](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.0...v7.13.1) (2025-07-25)
614

715

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package internal
22

33
// SDKVersion is the current version string of the SDK. This is updated by our release scripts.
4-
const SDKVersion = "7.13.1" // {{ x-release-please-version }}
4+
const SDKVersion = "7.13.2" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)