Skip to content

Commit d051a72

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 1.2.0
1 parent 5a92618 commit d051a72

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.2.0] - 2022-02-07
6+
### Added:
7+
- Added `version()` function to retrieve SDK version
8+
9+
### Fixed:
10+
- Fixed memory leak in `AllFlags` API.
11+
12+
### Removed:
13+
- Removed references to unused `cjson` package.
14+
515
## [1.1.0] - 2021-02-04
616
### Added:
717
- Added the `alias` method. This can be used to associate two user objects for analytics purposes by generating an alias event.

launchdarkly-server-sdk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Server-side SDK for LaunchDarkly.
1111

1212
#include <launchdarkly/api.h>
1313

14-
#define SDKVersion "1.1.0"
14+
#define SDKVersion "1.2.0"
1515

1616
static struct LDJSON *
1717
LuaValueToJSON(lua_State *const l, const int i);

0 commit comments

Comments
 (0)