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

Commit 4b2bd2e

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.8.0
1 parent d0b77d6 commit 4b2bd2e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.8.0] - 2022-07-12
6+
### Added:
7+
- Added CMake minimum version table to README.
8+
- Added 3rd-party dependency table to README.
9+
10+
### Changed:
11+
- Updated CMake project configuration to support find_package.
12+
- After installation, it should now be possible to call `find_package(ldserverapi [version] REQUIRED)` followed by `target_link_libraries(app ldserverapi::ldserverapi)`.
13+
- Note: find_package support does not extend to the Redis integration at this time.
14+
- Please see the README for updated instructions.
15+
516
## [2.7.2] - 2022-07-07
617
### Added:
718
- Added cmake PROJECT_VERSION variable which reflects the SDK's version.

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.7.2"
11+
#define LD_SDK_VERSION "2.8.0"
1212

1313
#ifdef __cplusplus
1414
extern "C" {

0 commit comments

Comments
 (0)