diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ca98b9f7..219342ad7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "providers/go-feature-flag": "0.1.32", "providers/flagsmith": "0.1.4", "providers/launchdarkly": "0.1.3", - "providers/unleash": "0.0.2-alpha", + "providers/unleash": "0.0.3-alpha", "providers/harness": "0.0.4-alpha", "tests/flagd": "1.3.2" } diff --git a/providers/unleash/CHANGELOG.md b/providers/unleash/CHANGELOG.md index 0160ba920..93dec4754 100644 --- a/providers/unleash/CHANGELOG.md +++ b/providers/unleash/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.0.3-alpha](https://github.com/open-feature/go-sdk-contrib/compare/providers/unleash/v0.0.2-alpha...providers/unleash/v0.0.3-alpha) (2024-01-08) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/open-feature/go-sdk to v1.8.0 ([#329](https://github.com/open-feature/go-sdk-contrib/issues/329)) ([c99b527](https://github.com/open-feature/go-sdk-contrib/commit/c99b52728bad9dce52bfb78a08ae5f4eea83a397)) +* **deps:** update module github.com/unleash/unleash-client-go/v3 to v3.9.2 ([#368](https://github.com/open-feature/go-sdk-contrib/issues/368)) ([64ceb14](https://github.com/open-feature/go-sdk-contrib/commit/64ceb14a50ebe065106b83dde50269dce3ce4d25)) + + +### โœจ New Features + +* upgrade to unleash-client-go v3.9.0 ([#373](https://github.com/open-feature/go-sdk-contrib/issues/373)) ([899aae1](https://github.com/open-feature/go-sdk-contrib/commit/899aae1f4f13446225333579e9024cd3c1a93a42)) + + +### ๐Ÿงน Chore + +* update to go-sdk 1.9.0 ([#404](https://github.com/open-feature/go-sdk-contrib/issues/404)) ([11fa3ab](https://github.com/open-feature/go-sdk-contrib/commit/11fa3aba065a6dd81caca30e76efc16fb64a25e3)) + ## [0.0.2-alpha](https://github.com/open-feature/go-sdk-contrib/compare/providers/unleash-v0.0.1-alpha...providers/unleash/v0.0.2-alpha) (2023-10-10)