Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"providers/prefab": "0.0.3",
"tests/flagd": "1.5.0",
"providers/go-feature-flag-in-process": "0.1.1",
"providers/multi-provider": "0.0.4",
"providers/multi-provider": "0.0.5",
"tools/flagd-http-connector": "0.0.2",
"providers/rocketflag": "0.0.2"
}
11 changes: 11 additions & 0 deletions providers/multi-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.0.5](https://github.com/open-feature/go-sdk-contrib/compare/providers/multi-provider/v0.0.4...providers/multi-provider/v0.0.5) (2025-09-20)


### 🐛 Bug Fixes

* **deps:** update golang.org/x/exp digest to 7e4ce0a ([#673](https://github.com/open-feature/go-sdk-contrib/issues/673)) ([0496bd8](https://github.com/open-feature/go-sdk-contrib/commit/0496bd86b15d0ff5f4b1f51d41d820c0dbbffb42))
* **deps:** update golang.org/x/exp digest to b7579e2 ([#679](https://github.com/open-feature/go-sdk-contrib/issues/679)) ([a6372f9](https://github.com/open-feature/go-sdk-contrib/commit/a6372f91b262d2f81b90bfa9e76d722ad480378b))
* **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))
* **deps:** update module github.com/stretchr/testify to v1.10.0 ([#718](https://github.com/open-feature/go-sdk-contrib/issues/718)) ([d7963ff](https://github.com/open-feature/go-sdk-contrib/commit/d7963ff4f0a9bd25968efca31b92fdfd886a9e92))
* **deps:** update module go.uber.org/mock to v0.5.2 ([#667](https://github.com/open-feature/go-sdk-contrib/issues/667)) ([b609a70](https://github.com/open-feature/go-sdk-contrib/commit/b609a7089307f92cb4e43477f3f98736f7a6d2d2))

## [0.0.4](https://github.com/open-feature/go-sdk-contrib/compare/providers/multi-provider-v0.0.3...providers/multi-provider/v0.0.4) (2025-04-25)


Expand Down