Skip to content

Commit 1e56455

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 1.2.2
1 parent 46360da commit 1e56455

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 Lua Server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.2.2] - 2022-02-08
6+
### Fixed:
7+
- Remove accidental check-in of temporary documentation build files.
8+
59
## [1.2.1] - 2022-02-08
610
### Changed:
711
- Updated release configuration.

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.2.1"
14+
#define SDKVersion "1.2.2"
1515

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

0 commit comments

Comments
 (0)