diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3d228de1..f0a8cf872 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,7 @@ "providers/flipt": "0.1.1", "providers/from-env": "0.1.3", "providers/go-feature-flag": "0.1.33", - "providers/flagsmith": "0.1.4", + "providers/flagsmith": "0.1.5", "providers/launchdarkly": "0.1.4", "providers/unleash": "0.0.3-alpha", "providers/harness": "0.0.4-alpha", diff --git a/providers/flagsmith/CHANGELOG.md b/providers/flagsmith/CHANGELOG.md index 35738ab67..83b712e3f 100644 --- a/providers/flagsmith/CHANGELOG.md +++ b/providers/flagsmith/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.1.5](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagsmith/v0.1.4...providers/flagsmith/v0.1.5) (2024-03-18) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/flagsmith/flagsmith-go-client/v3 to v3.1.1 ([#374](https://github.com/open-feature/go-sdk-contrib/issues/374)) ([fe16979](https://github.com/open-feature/go-sdk-contrib/commit/fe169793196e73575b326beec36dbba5a0cb19d0)) +* **deps:** update module github.com/flagsmith/flagsmith-go-client/v3 to v3.2.0 ([#413](https://github.com/open-feature/go-sdk-contrib/issues/413)) ([f56b208](https://github.com/open-feature/go-sdk-contrib/commit/f56b20875132bd99237b1e655cc09760f459b51c)) +* **deps:** update module github.com/flagsmith/flagsmith-go-client/v3 to v3.3.0 ([#423](https://github.com/open-feature/go-sdk-contrib/issues/423)) ([342fe41](https://github.com/open-feature/go-sdk-contrib/commit/342fe41318035ca0ac67d855a4be9d6e6ad7c021)) +* **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)) +* **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)) + + +### ๐Ÿงน 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)) +* 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.1.4](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagsmith/v0.1.3...providers/flagsmith/v0.1.4) (2023-08-02)