Skip to content

Commit

Permalink
Releasing version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Feb 22, 2023
1 parent 40fda53 commit fad969b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
All notable changes to the LaunchDarkly SDK for Haskell - Redis Integration will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).



## [1.0.0] - 2023-02-21
### Added:
- Moved the previous redis integration package out of the [Haskell SDK repository](https://github.com/launchdarkly/haskell-server-sdk) into this standalone package.

### Changed:
- Updated default namespace from "LaunchDarkly" to "launchdarkly" to match other redis integration defaults.
- Updated packages to minimums allowed by SDK.
2 changes: 1 addition & 1 deletion launchdarkly-server-sdk-redis-hedis.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-redis-hedis
version: 0.1.0
version: 1.0.0
synopsis: LaunchDarkly Server-Side SDK - Redis Integration
description: Redis integration for the LaunchDarkly SDK using hedis
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-redis-hedis
version: 0.1.0
version: 1.0.0
github: "launchdarkly/haskell-server-sdk-redis-hedis"
license: Apache-2.0
license-file: "LICENSE"
Expand Down

0 comments on commit fad969b

Please sign in to comment.