diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 680a201e9..2a6448019 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,7 @@ "providers/flagd-in-process": "0.1.1", "providers/from-env": "0.1.3", "providers/go-feature-flag": "0.1.30", - "providers/flagsmith": "0.1.4", + "providers/flagsmith": "0.1.5", "providers/launchdarkly": "0.1.3", "providers/unleash": "0.0.2-alpha", "tests/flagd": "1.3.1" diff --git a/providers/flagsmith/CHANGELOG.md b/providers/flagsmith/CHANGELOG.md index 35738ab67..d391d3685 100644 --- a/providers/flagsmith/CHANGELOG.md +++ b/providers/flagsmith/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.5](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagsmith/v0.1.4...providers/flagsmith/v0.1.5) (2023-10-24) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/open-feature/go-sdk to v1.6.0 ([#289](https://github.com/open-feature/go-sdk-contrib/issues/289)) ([13eeb48](https://github.com/open-feature/go-sdk-contrib/commit/13eeb482ee3d69c5fb8100563501c2250b6454f1)) +* **deps:** update module github.com/open-feature/go-sdk to v1.7.0 ([#315](https://github.com/open-feature/go-sdk-contrib/issues/315)) ([3f049ad](https://github.com/open-feature/go-sdk-contrib/commit/3f049ad34e93c3b9b9d4cf5a2e56f3777eb858e6)) +* **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)) + ## [0.1.4](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagsmith/v0.1.3...providers/flagsmith/v0.1.4) (2023-08-02)