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.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jul 28, 2020
1 parent fa16e30 commit ed0fe70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [2.1.0] - 2020-07-28
### Added:
- Added `LDUserSetCountry`. Thanks @mstrater !

## [2.0.3] - 2020-07-06
### Changed:
- Windows artifacts are now released under both debug, and release configurations
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.3"
#define LD_SDK_VERSION "2.1.0"

#ifdef __cplusplus
#include <string>
Expand Down

0 comments on commit ed0fe70

Please sign in to comment.