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

Commit 87edbe8

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.4.4
1 parent 41bf932 commit 87edbe8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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

5+
## [2.4.4] - 2021-12-14
6+
### Changed:
7+
- Removed unused internal headers
8+
- Fixed comment spelling issues
9+
- Updated spelling in an error log message (`checkPrequisites failed` -> `checkPrerequisites failed`)
10+
11+
### Fixed:
12+
- Fixed Windows CI build by updating PCRE download URL to new host
13+
514
## [2.4.3] - 2021-10-19
615
### Changed:
716
- Updated the build process to produce release artifacts for Windows.

include/launchdarkly/api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/** @brief The current SDK version string. This value adheres to semantic
99
* versioning and is included in the HTTP user agent sent to LaunchDarkly.
1010
*/
11-
#define LD_SDK_VERSION "2.4.3"
11+
#define LD_SDK_VERSION "2.4.4"
1212

1313
#ifdef __cplusplus
1414
extern "C" {

0 commit comments

Comments
 (0)