diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b915c22..ad7a9a51 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "pkgs/dotnet-server-sdk-dynamodb": "4.0.0", "pkgs/dotnet-server-sdk-redis": "5.1.0", "pkgs/sdk/server": "8.10.0", - "pkgs/sdk/client": "5.5.1", + "pkgs/sdk/client": "5.5.2", "pkgs/telemetry": "1.3.0", "pkgs/sdk/server-ai": "0.9.0", "pkgs/shared/common": "7.1.0", diff --git a/pkgs/sdk/client/CHANGELOG.md b/pkgs/sdk/client/CHANGELOG.md index 84a24fdf..fc4ea5bc 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.5.2](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.5.1...LaunchDarkly.ClientSdk-v5.5.2) (2025-08-26) + + +### Bug Fixes + +* Bump Internal SDK to 3.5.4 and Common SDK to 7.1.0 ([#154](https://github.com/launchdarkly/dotnet-core/issues/154)) ([2746c1a](https://github.com/launchdarkly/dotnet-core/commit/2746c1aa06628cb8af7ff03a65c2b7542195aeff)) + ## [5.5.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.5.0...LaunchDarkly.ClientSdk-v5.5.1) (2025-06-24) diff --git a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj index 803f5947..8bee96b1 100644 --- a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj +++ b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj @@ -2,7 +2,7 @@ - 5.5.1 + 5.5.2