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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Nov 18, 2020
1 parent 1ac52e5 commit b5e596b
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.1.2] - 2020-11-17
### Changed:
- OSX artifacts are now generated with Xcode 9.4.1

### Fixed:
- Removed extra internal definition of LDi_statuscallback

## [2.1.1] - 2020-08-19
### Fixed:
- Create shared library artifacts for linux and mac (fixes #57)
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.1.1"
#define LD_SDK_VERSION "2.1.2"

#ifdef __cplusplus
#include <string>
Expand Down

0 comments on commit b5e596b

Please sign in to comment.