Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "7.13.2",
".": "7.13.3",
"ldotel": "1.3.0",
"ldai": "0.7.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [7.13.3](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.2...v7.13.3) (2025-08-20)


### Bug Fixes

* **experimental:** NewScopedClient can now only take one context argument ([#309](https://github.com/launchdarkly/go-server-sdk/issues/309)) ([b149429](https://github.com/launchdarkly/go-server-sdk/commit/b149429419663486b4b2447a9cb3ce368cf84da9))
* **experimental:** NewScopedClient, AddContext, OverwriteContextByKind emit usage events ([#310](https://github.com/launchdarkly/go-server-sdk/issues/310)) ([4a36949](https://github.com/launchdarkly/go-server-sdk/commit/4a3694921f023549074e6d92034f81b7b0fe80e7))

## [7.13.2](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.1...v7.13.2) (2025-08-14)


Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package internal

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