From 9d572978fcbf9d5d5bffa1a2779214c5128fdcd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:42:30 +0000 Subject: [PATCH] chore(main): release tools/flagd-http-connector 0.0.3 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- tools/flagd-http-connector/CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4181a1426..358e2ccb4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -17,7 +17,7 @@ "tests/flagd": "1.6.0", "providers/go-feature-flag-in-process": "0.1.2", "providers/multi-provider": "0.0.5", - "tools/flagd-http-connector": "0.0.2", + "tools/flagd-http-connector": "0.0.3", "providers/rocketflag": "0.0.2", "providers/aws-ssm": "1.0.0" } diff --git a/tools/flagd-http-connector/CHANGELOG.md b/tools/flagd-http-connector/CHANGELOG.md index 127f72eb9..7c723923c 100644 --- a/tools/flagd-http-connector/CHANGELOG.md +++ b/tools/flagd-http-connector/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.3](https://github.com/open-feature/go-sdk-contrib/compare/tools/flagd-http-connector/v0.0.2...tools/flagd-http-connector/v0.0.3) (2025-12-05) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/open-feature/flagd/core to v0.11.5 ([#666](https://github.com/open-feature/go-sdk-contrib/issues/666)) ([94b44c4](https://github.com/open-feature/go-sdk-contrib/commit/94b44c4aed982ac54b91bd82a2cf8400c1b622c0)) +* **deps:** update module github.com/open-feature/go-sdk to v1.15.1 ([#681](https://github.com/open-feature/go-sdk-contrib/issues/681)) ([8fd544f](https://github.com/open-feature/go-sdk-contrib/commit/8fd544ff81fd25eed655a214aa1ae1906a436f0d)) +* **security:** update module github.com/docker/compose/v2 to v2.40.2 [security] ([#785](https://github.com/open-feature/go-sdk-contrib/issues/785)) ([805823f](https://github.com/open-feature/go-sdk-contrib/commit/805823f5ded2d81359fd7663804beb50f30d52f7)) + + +### ✨ New Features + +* upgrade flagd dependencies to 0.12.1 ([#731](https://github.com/open-feature/go-sdk-contrib/issues/731)) ([8e8d888](https://github.com/open-feature/go-sdk-contrib/commit/8e8d888dea080a03ea2a709b79598c7de6a9eed8)) + ## [0.0.2](https://github.com/open-feature/go-sdk-contrib/compare/tools/flagd-http-connector-v0.0.1...tools/flagd-http-connector/v0.0.2) (2025-06-19)