From a5cffaf48a5061c66b137d0eaf3c7aadac053248 Mon Sep 17 00:00:00 2001 From: Arun Bhalla Date: Fri, 14 Jul 2017 18:13:36 -0700 Subject: [PATCH] Release 3.3.1 --- CHANGELOG.md | 6 +++++- src/LaunchDarkly.Client/LaunchDarkly.Client.csproj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21fd376a..1c9ee76d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly .NET SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [3.3.1] - 2017-07-14 +### Fixed +- `UserExtensions.AndName` updates `user.Name` instead of `user.LastName` + ## [3.3.0] - 2017-06-16 ### Added - Config option to use custom implementation of IFeatureStore @@ -66,4 +70,4 @@ All notable changes to the LaunchDarkly .NET SDK will be documented in this file - LdClient now implements a new interface: ILdClient ### Deprecated -- The `Toggle` call has been deprecated in favor of `BoolVariation`. \ No newline at end of file +- The `Toggle` call has been deprecated in favor of `BoolVariation`. diff --git a/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj b/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj index 228099fc..b6c88311 100644 --- a/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj +++ b/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj @@ -1,7 +1,7 @@  - 3.3.0 + 3.3.1 netstandard1.6;net45 portable LaunchDarkly.Client