From 17274fcbc78bd099ae9d558d9d0f2020c44eaed6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 05:01:54 +0000 Subject: [PATCH] chore(main): release providers/harness 0.0.5-alpha --- .release-please-manifest.json | 2 +- providers/harness/CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cdd6adb0a..836947a04 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,7 +9,7 @@ "providers/flagsmith": "0.1.4", "providers/launchdarkly": "0.1.4", "providers/unleash": "0.0.3-alpha", - "providers/harness": "0.0.4-alpha", + "providers/harness": "0.0.5-alpha", "providers/statsig": "0.0.2", "providers/ofrep": "0.1.1", "tests/flagd": "1.4.1" diff --git a/providers/harness/CHANGELOG.md b/providers/harness/CHANGELOG.md index 3da93b268..cd6a80bac 100644 --- a/providers/harness/CHANGELOG.md +++ b/providers/harness/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.0.5-alpha](https://github.com/open-feature/go-sdk-contrib/compare/providers/harness/v0.0.4-alpha...providers/harness/v0.0.5-alpha) (2024-05-26) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/harness/ff-golang-server-sdk to v0.1.17 ([#382](https://github.com/open-feature/go-sdk-contrib/issues/382)) ([6a3dfee](https://github.com/open-feature/go-sdk-contrib/commit/6a3dfee47f8b97ba15f0c2b5b70a86184a8559a6)) +* **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/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)) + ## [0.0.4-alpha](https://github.com/open-feature/go-sdk-contrib/compare/providers/harness/v0.0.3-alpha...providers/harness/v0.0.4-alpha) (2024-01-05)