Skip to content

Commit 276aa67

Browse files
github-actions[bot]LaunchDarklyReleaseBot
and
LaunchDarklyReleaseBot
authored
chore(main): release 4.0.3 (#75)
🤖 I have created a release *beep* *boop* --- ## [4.0.3](4.0.2...4.0.3) (2024-02-07) ### Bug Fixes * Bump aeson bounds to accept aeson-2.2.1.0 ([#74](#74)) ([faee60e](faee60e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
1 parent faee60e commit 276aa67

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.2"
2+
".": "4.0.3"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.3](https://github.com/launchdarkly/haskell-server-sdk/compare/4.0.2...4.0.3) (2024-02-07)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump aeson bounds to accept aeson-2.2.1.0 ([#74](https://github.com/launchdarkly/haskell-server-sdk/issues/74)) ([faee60e](https://github.com/launchdarkly/haskell-server-sdk/commit/faee60ed4fa118cefaefbbb754835c34af14fa2b))
11+
512
## [4.0.2](https://github.com/launchdarkly/haskell-server-sdk/compare/4.0.1...4.0.2) (2024-02-01)
613

714

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.2
8+
version: 4.0.3
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.2 # x-release-please-version
2+
version: 4.0.3 # x-release-please-version
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.2" -- x-release-please-version
24+
clientVersion = "4.0.3" -- x-release-please-version
2525

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

0 commit comments

Comments
 (0)