diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18343ca78..1da31a735 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "providers/go-feature-flag": "0.1.33", "providers/flagsmith": "0.1.4", "providers/launchdarkly": "0.1.4", - "providers/unleash": "0.0.3-alpha", + "providers/unleash": "0.0.4-alpha", "providers/harness": "0.0.4-alpha", "providers/statsig": "0.0.2", "tests/flagd": "1.4.1" diff --git a/providers/unleash/CHANGELOG.md b/providers/unleash/CHANGELOG.md index 93dec4754..e65af793d 100644 --- a/providers/unleash/CHANGELOG.md +++ b/providers/unleash/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.0.4-alpha](https://github.com/open-feature/go-sdk-contrib/compare/providers/unleash/v0.0.3-alpha...providers/unleash/v0.0.4-alpha) (2024-04-01) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#470](https://github.com/open-feature/go-sdk-contrib/issues/470)) ([5263567](https://github.com/open-feature/go-sdk-contrib/commit/52635679b633e01e23196885a4a98d3cecbc8822)) +* float evaluation ([#465](https://github.com/open-feature/go-sdk-contrib/issues/465)) ([f631417](https://github.com/open-feature/go-sdk-contrib/commit/f631417d3b545c075253d7b83ccd20366bcdd833)) + + +### โœจ New Features + +* Add Statsig provider ([#445](https://github.com/open-feature/go-sdk-contrib/issues/445)) ([409a06f](https://github.com/open-feature/go-sdk-contrib/commit/409a06fcf0157469495cf759692f333ae9d808f6)) + + +### ๐Ÿงน Chore + +* bump Go to version 1.21 ([#452](https://github.com/open-feature/go-sdk-contrib/issues/452)) ([7ec90ce](https://github.com/open-feature/go-sdk-contrib/commit/7ec90ce4f9b06670187561afd9e342eed4228be1)) + ## [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)