From e98ea60e8351b4587f584cc9170882e887b82f04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 14:08:12 +0000 Subject: [PATCH] chore(main): release providers/flagsmith 0.1.5 --- .release-please-manifest.json | 2 +- providers/flagsmith/CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fd2138808..21490362e 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.4", "providers/go-feature-flag": "0.1.36", - "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..dcf72dd92 100644 --- a/providers/flagsmith/CHANGELOG.md +++ b/providers/flagsmith/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.1.5](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagsmith/v0.1.4...providers/flagsmith/v0.1.5) (2024-05-08) + + +### ๐Ÿ› 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/flagsmith/flagsmith-go-client/v3 to v3.4.0 ([#467](https://github.com/open-feature/go-sdk-contrib/issues/467)) ([450b2af](https://github.com/open-feature/go-sdk-contrib/commit/450b2afd54ac39e4b30e1031fb778d7b50004613)) +* **deps:** update module github.com/open-feature/go-sdk to v1.10.0 ([#469](https://github.com/open-feature/go-sdk-contrib/issues/469)) ([21810af](https://github.com/open-feature/go-sdk-contrib/commit/21810afc33fce9a3940ec9dc59e65f140fcbaa57)) +* **deps:** update module github.com/open-feature/go-sdk to v1.11.0 ([#501](https://github.com/open-feature/go-sdk-contrib/issues/501)) ([3f0eaa5](https://github.com/open-feature/go-sdk-contrib/commit/3f0eaa575500baa663dc24dbfc6cf8214565471f)) +* **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)