From b3e5d9d646a9e51d88ea79d60a5ee12624f74a0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:06:04 -0700 Subject: [PATCH] chore(main): release providers/statsig 0.0.2 (#476) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- providers/statsig/CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1da41a05f..d3d228de1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,6 +10,6 @@ "providers/launchdarkly": "0.1.4", "providers/unleash": "0.0.3-alpha", "providers/harness": "0.0.4-alpha", - "providers/statsig": "0.0.1", + "providers/statsig": "0.0.2", "tests/flagd": "1.4.0" } diff --git a/providers/statsig/CHANGELOG.md b/providers/statsig/CHANGELOG.md index 825c32f0d..bc468cbc3 100644 --- a/providers/statsig/CHANGELOG.md +++ b/providers/statsig/CHANGELOG.md @@ -1 +1,10 @@ # Changelog + +## [0.0.2](https://github.com/open-feature/go-sdk-contrib/compare/providers/statsig-v0.0.1...providers/statsig/v0.0.2) (2024-03-15) + + +### ✨ New Features + +* Add Statsig provider ([#445](https://github.com/open-feature/go-sdk-contrib/issues/445)) ([409a06f](https://github.com/open-feature/go-sdk-contrib/commit/409a06fcf0157469495cf759692f333ae9d808f6)) + +## Changelog