Skip to content

Commit 254b7f4

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 4.0.1
1 parent f231450 commit 254b7f4

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [4.0.1] - 2023-10-26
6+
### Removed:
7+
- Eliminated unnecessary and noisy log message
8+
59
## [4.0.0] - 2023-02-21
610
The latest version of this SDK supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." Contexts let you create targeting rules for feature flags based on a variety of different information, including attributes pertaining to users, organizations, devices, and more. You can even combine contexts to create "multi-contexts."
711

launchdarkly-server-sdk.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: launchdarkly-server-sdk
8-
version: 4.0.0
8+
version: 4.0.1
99
synopsis: Server-side SDK for integrating with LaunchDarkly
1010
description: Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme>
1111
category: Web

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: launchdarkly-server-sdk
2-
version: 4.0.0
2+
version: 4.0.1
33
github: "launchdarkly/haskell-server-sdk"
44
license: Apache-2.0
55
license-file: "LICENSE"

src/LaunchDarkly/Server/Client/Internal.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import LaunchDarkly.Server.Store.Internal (StoreHandle, getInitializedC)
2121

2222
-- | The version string for this library.
2323
clientVersion :: Text
24-
clientVersion = "4.0.0"
24+
clientVersion = "4.0.1"
2525

2626
-- |
2727
-- Client is the LaunchDarkly client. Client instances are thread-safe.

0 commit comments

Comments
 (0)