diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0732501d..fbd493da 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "pkgs/dotnet-server-sdk-dynamodb": "5.0.1", "pkgs/dotnet-server-sdk-redis": "5.1.1", "pkgs/sdk/server": "8.16.0", - "pkgs/sdk/client": "5.9.3", + "pkgs/sdk/client": "5.9.4", "pkgs/telemetry": "1.5.1", "pkgs/sdk/server-ai": "0.12.0", "pkgs/shared/common": "7.2.0", diff --git a/pkgs/sdk/client/CHANGELOG.md b/pkgs/sdk/client/CHANGELOG.md index 43673ba9..0d2c9828 100644 --- a/pkgs/sdk/client/CHANGELOG.md +++ b/pkgs/sdk/client/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to the LaunchDarkly Client-Side SDK for .NET will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [5.9.4](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.9.3...LaunchDarkly.ClientSdk-v5.9.4) (2026-08-10) + + +### Bug Fixes + +* update LaunchDarkly.EventSource to 5.3.2 for MAUI Android SSE stall (SDK-2755) ([#328](https://github.com/launchdarkly/dotnet-core/issues/328)) ([9f7cb38](https://github.com/launchdarkly/dotnet-core/commit/9f7cb3883d4d6520f88c35b4d3a26e3b16572bb9)) + ## [5.9.3](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.9.2...LaunchDarkly.ClientSdk-v5.9.3) (2026-07-28) diff --git a/pkgs/sdk/client/PROVENANCE.md b/pkgs/sdk/client/PROVENANCE.md index 150c19db..193a4a09 100644 --- a/pkgs/sdk/client/PROVENANCE.md +++ b/pkgs/sdk/client/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the SDK to verify -SDK_VERSION=5.9.3 +SDK_VERSION=5.9.4 ``` diff --git a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj index 436a6561..4cb5c1da 100644 --- a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj +++ b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj @@ -2,7 +2,7 @@ - 5.9.3 + 5.9.4