Skip to content

Commit

Permalink
chore(main): release 4.1.0 (#80)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.1.0](4.0.4...4.1.0)
(2024-03-18)


### Features

* Inline contexts for all evaluation events
([#67](#67))
([654df01](654df01))
* Redact anonymous attributes within feature events
([#68](#68))
([65a3f3d](65a3f3d))

---
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 <LaunchDarklyReleaseBot@launchdarkly.com>
  • Loading branch information
github-actions[bot] and LaunchDarklyReleaseBot committed Mar 18, 2024
1 parent 9d17bdb commit 4da77ef
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.4"
".": "4.1.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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).

## [4.1.0](https://github.com/launchdarkly/haskell-server-sdk/compare/4.0.4...4.1.0) (2024-03-18)


### Features

* Inline contexts for all evaluation events ([#67](https://github.com/launchdarkly/haskell-server-sdk/issues/67)) ([654df01](https://github.com/launchdarkly/haskell-server-sdk/commit/654df01c2136c0ce75f58600836b76c0e87337dd))
* Redact anonymous attributes within feature events ([#68](https://github.com/launchdarkly/haskell-server-sdk/issues/68)) ([65a3f3d](https://github.com/launchdarkly/haskell-server-sdk/commit/65a3f3d342a51941358fe0b92c3d842cb9eb8007))

## [4.0.4](https://github.com/launchdarkly/haskell-server-sdk/compare/4.0.3...4.0.4) (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
<!-- x-release-please-start-version -->
```
# Set the version of the SDK to verify
SDK_VERSION=4.0.4
SDK_VERSION=4.1.0
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion launchdarkly-server-sdk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: launchdarkly-server-sdk
version: 4.0.4
version: 4.1.0
synopsis: Server-side SDK for integrating with LaunchDarkly
description: Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme>
category: Web
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: launchdarkly-server-sdk
version: 4.0.4 # x-release-please-version
version: 4.1.0 # x-release-please-version
github: "launchdarkly/haskell-server-sdk"
license: Apache-2.0
license-file: "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly/Server/Client/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import LaunchDarkly.Server.Store.Internal (StoreHandle, getInitializedC)

-- | The version string for this library.
clientVersion :: Text
clientVersion = "4.0.4" -- x-release-please-version
clientVersion = "4.1.0" -- x-release-please-version

-- |
-- Client is the LaunchDarkly client. Client instances are thread-safe.
Expand Down

0 comments on commit 4da77ef

Please sign in to comment.