Skip to content

Commit 1320291

Browse files
Releasing version 1.0.0
1 parent 1c4585a commit 1320291

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.0.0] - 2020-07-27
6+
First supported GA release.
7+
8+
### Fixed:
9+
- Set `source.url` field to repository in rockspecs
10+
511
## [1.0.0-beta.3] - 2020-07-20
612

713
### Added:

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.0.0-beta.3"
14+
#define SDKVersion "1.0.0"
1515

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

0 commit comments

Comments
 (0)