From 50a3a7448a707f581b984052da6f7d393064108d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:10:35 +0000 Subject: [PATCH] chore(main): release providers/flagd-in-process 0.1.2 --- .release-please-manifest.json | 2 +- providers/flagd-in-process/CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4f1143751..fc06c8510 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "hooks/validator": "0.1.5", "providers/configcat": "0.2.0", "providers/flagd": "0.1.17", - "providers/flagd-in-process": "0.1.1", + "providers/flagd-in-process": "0.1.2", "providers/from-env": "0.1.3", "providers/go-feature-flag": "0.1.30", "providers/flagsmith": "0.1.4", diff --git a/providers/flagd-in-process/CHANGELOG.md b/providers/flagd-in-process/CHANGELOG.md index f4a4f269d..f0b7bc66e 100644 --- a/providers/flagd-in-process/CHANGELOG.md +++ b/providers/flagd-in-process/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.2](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd-in-process/v0.1.1...providers/flagd-in-process/v0.1.2) (2023-11-03) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/open-feature/flagd to v0.4.2 ([#364](https://github.com/open-feature/go-sdk-contrib/issues/364)) ([1218631](https://github.com/open-feature/go-sdk-contrib/commit/1218631af53b82eba43768da085e0b88ec2ef296)) +* **deps:** update module github.com/open-feature/flagd/core to v0.6.7 ([#350](https://github.com/open-feature/go-sdk-contrib/issues/350)) ([8bccc11](https://github.com/open-feature/go-sdk-contrib/commit/8bccc119f0f454adb3aa35e5c74bff43c50a80d3)) +* **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 google.golang.org/grpc to v1.58.3 [security] ([#356](https://github.com/open-feature/go-sdk-contrib/issues/356)) ([d4a5098](https://github.com/open-feature/go-sdk-contrib/commit/d4a5098e84fdeb5aa9936ac496e75404f234e247)) + + +### ๐Ÿงน Chore + +* fixed the spec URL on the readme ([0a483a8](https://github.com/open-feature/go-sdk-contrib/commit/0a483a83053c468eb9ae93287fb661da0abea8cb)) + ## [0.1.1](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd-in-process-v0.1.0...providers/flagd-in-process/v0.1.1) (2023-09-20)