From 188b1ff9dbb9ff8c7e6546bb3eac0b6f56a50c50 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Thu, 9 Mar 2023 00:13:38 +0000 Subject: [PATCH] Releasing version 3.0.1 --- CHANGELOG.md | 7 +++++++ src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5494b6..04e50ba3 100644 --- a/CHANGELOG.md +++ b/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). +## [3.0.1] - 2023-03-08 +### Changed: +- Update to `LaunchDarkly.InternalSdk` `3.1.1` + +### Fixed: +- (From LaunchDarkly.InternalSdk) Fixed an issue where calling FlushAndWait with TimeSpan.Zero would never complete if there were no events to flush. + ## [3.0.0] - 2022-12-21 The latest version of this SDK supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." Contexts let you create targeting rules for feature flags based on a variety of different information, including attributes pertaining to users, organizations, devices, and more. You can even combine contexts to create "multi-contexts." diff --git a/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj b/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj index d03b72da..1320e565 100644 --- a/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj +++ b/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj @@ -1,7 +1,7 @@ - 3.0.0 + 3.0.1