From ff53ce6f463b81b93aaaf0f08437d7fe8250efc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:37:13 +0000 Subject: [PATCH] chore(main): release openfeature-provider-ofrep 0.1.1 --- .release-please-manifest.json | 2 +- providers/openfeature-provider-ofrep/CHANGELOG.md | 8 ++++++++ providers/openfeature-provider-ofrep/pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 04d90ef0..8326c099 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "hooks/openfeature-hooks-opentelemetry": "0.1.3", "providers/openfeature-provider-flagd": "0.1.5", - "providers/openfeature-provider-ofrep": "0.1.0", + "providers/openfeature-provider-ofrep": "0.1.1", "providers/openfeature-provider-flipt": "0.1.3" } diff --git a/providers/openfeature-provider-ofrep/CHANGELOG.md b/providers/openfeature-provider-ofrep/CHANGELOG.md index f5e2aaa7..3fa6b345 100644 --- a/providers/openfeature-provider-ofrep/CHANGELOG.md +++ b/providers/openfeature-provider-ofrep/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-ofrep/v0.1.0...openfeature-provider-ofrep/v0.1.1) (2025-01-21) + + +### 🐛 Bug Fixes + +* Allow configuring ofrep provider requests to api at base … ([#142](https://github.com/open-feature/python-sdk-contrib/issues/142)) ([09402df](https://github.com/open-feature/python-sdk-contrib/commit/09402df3129c1b9d219465b82807fa53aafec039)) +* Pin the ofrep provider's requests dep >=2.27.0 because of… ([#161](https://github.com/open-feature/python-sdk-contrib/issues/161)) ([9ffc7ec](https://github.com/open-feature/python-sdk-contrib/commit/9ffc7ec91d1fff0d436099e878fac9c080a42b51)) + ## 0.1.0 (2024-10-02) diff --git a/providers/openfeature-provider-ofrep/pyproject.toml b/providers/openfeature-provider-ofrep/pyproject.toml index 30c59e28..c3563d9c 100644 --- a/providers/openfeature-provider-ofrep/pyproject.toml +++ b/providers/openfeature-provider-ofrep/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "openfeature-provider-ofrep" -version = "0.1.0" +version = "0.1.1" description = "OpenFeature provider for the OpenFeature Remote Evaluation Protocol (OFREP)" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]