Skip to content

Commit c7dfe37

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.0.4
1 parent 11306c7 commit c7dfe37

File tree

3 files changed

+6
-2
lines changed

3 files changed

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

5+
## [2.0.4] - 2023-06-05
6+
### Fixed:
7+
- Remove error log message associated with debugging redis initialization state.
8+
59
## [2.0.3] - 2023-05-30
610
### Fixed:
711
- Add missing `boolean()` type to the `ldclient_context:attribute_value()` definition.

src/ldclient.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, ldclient,
22
[{description, "LaunchDarkly SDK for Erlang"},
33
{pkg_name, "launchdarkly_server_sdk"},
4-
{vsn, "2.0.3"},
4+
{vsn, "2.0.4"},
55
{registered, []},
66
{mod, {ldclient_app, []}},
77
{applications,

src/ldclient_config.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
-define(DEFAULT_POLLING_UPDATE_REQUESTOR, ldclient_update_requestor_httpc).
106106
-define(MINIMUM_POLLING_INTERVAL, 30).
107107
-define(USER_AGENT, "ErlangClient").
108-
-define(VERSION, "2.0.3").
108+
-define(VERSION, "2.0.4").
109109
-define(EVENT_SCHEMA, "4").
110110
-define(DEFAULT_OFFLINE, false).
111111
-define(DEFAULT_REDIS_HOST, "127.0.0.1").

0 commit comments

Comments
 (0)