diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 71d26e450..08c63926a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "providers/from-env": "0.1.3", "providers/go-feature-flag": "0.1.33", "providers/flagsmith": "0.1.4", - "providers/launchdarkly": "0.1.4", + "providers/launchdarkly": "0.1.5", "providers/unleash": "0.0.3-alpha", "providers/harness": "0.0.4-alpha", "tests/flagd": "1.3.3" diff --git a/providers/launchdarkly/CHANGELOG.md b/providers/launchdarkly/CHANGELOG.md index 4c722a62a..8e74e07ba 100644 --- a/providers/launchdarkly/CHANGELOG.md +++ b/providers/launchdarkly/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.5](https://github.com/open-feature/go-sdk-contrib/compare/providers/launchdarkly/v0.1.4...providers/launchdarkly/v0.1.5) (2024-01-31) + + +### 🐛 Bug Fixes + +* **deps:** update golang.org/x/exp digest to 1b97071 ([#379](https://github.com/open-feature/go-sdk-contrib/issues/379)) ([d2b2f1e](https://github.com/open-feature/go-sdk-contrib/commit/d2b2f1e19d5d6e9168174dc2d0196453a57ecac1)) +* **deps:** update module github.com/launchdarkly/go-server-sdk/v6 to v7 ([#370](https://github.com/open-feature/go-sdk-contrib/issues/370)) ([402ba16](https://github.com/open-feature/go-sdk-contrib/commit/402ba1610fd0d1a734d166da17544495a2c7628f)) + ## [0.1.4](https://github.com/open-feature/go-sdk-contrib/compare/providers/launchdarkly/v0.1.3...providers/launchdarkly/v0.1.4) (2024-01-19)