Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Releasing version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jun 18, 2020
1 parent eff984d commit e29ba19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [2.0.1] - 2020-06-18
### Changed:
- Update DLLs to include metadata on Windows

### Removed:
- Redundant internal logic related to stream cancellation

## [2.0.0] - 2020-06-15
## Fixed
- The `LDJSONVariation`, and `LDJSONVariationDetail` variations now correctly handle empty objects, and arrays.
Expand Down
2 changes: 1 addition & 1 deletion include/launchdarkly/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/** @brief The current SDK version string. This value adheres to semantic
* versioning and is included in the HTTP user agent sent to LaunchDarkly. */
#define LD_SDK_VERSION "2.0.0"
#define LD_SDK_VERSION "2.0.1"

#ifdef __cplusplus
#include <string>
Expand Down

0 comments on commit e29ba19

Please sign in to comment.