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

Commit dd52aca

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.4.9
1 parent 7355155 commit dd52aca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [2.4.9] - 2022-07-12
6+
### Added:
7+
- Added extra debug logging for CURL status codes when network requests fail.
8+
59
## [2.4.8] - 2022-07-06
610
### Fixed:
711
- Fixes experimentation functionality. If an experiment is running, the SDK should now properly report flag evaluation reasons to the LaunchDarkly backend.

include/launchdarkly/api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/** @brief The current SDK version string. This value adheres to semantic
1010
* versioning and is included in the HTTP user agent sent to LaunchDarkly. */
11-
#define LD_SDK_VERSION "2.4.8"
11+
#define LD_SDK_VERSION "2.4.9"
1212

1313
#ifdef __cplusplus
1414
#include <string>

0 commit comments

Comments
 (0)