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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Aug 1, 2022
1 parent 2c19993 commit c58a1e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [2.5.0] - 2022-08-01
### Added:
- Added `LDSetClientStatusCallbackUserData`, which allows for passing a `void *userData` parameter.
- Added documentation on `LDClientIdentify`, clarifying its asynchronous nature.

### Deprecated:
- Deprecated `LDSetClientStatusCallback` in favor of `LDSetClientStatusCallbackUserData`. Pass NULL as the user data parameter for equivalent usage.

## [2.4.9] - 2022-07-12
### Added:
- Added extra debug logging for CURL status codes when network requests fail.
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.4.9"
#define LD_SDK_VERSION "2.5.0"

#ifdef __cplusplus
#include <string>
Expand Down

0 comments on commit c58a1e1

Please sign in to comment.