diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 39408d61..e9f4fa78 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "providers/openfeature-provider-ofrep": "0.2.0", "providers/openfeature-provider-flipt": "0.1.3", "providers/openfeature-provider-env-var": "0.1.0", - "providers/openfeature-provider-unleash": "0.1.1" + "providers/openfeature-provider-unleash": "0.1.2" } diff --git a/providers/openfeature-provider-unleash/CHANGELOG.md b/providers/openfeature-provider-unleash/CHANGELOG.md index ccc4a14d..2f5d8577 100644 --- a/providers/openfeature-provider-unleash/CHANGELOG.md +++ b/providers/openfeature-provider-unleash/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-unleash/v0.1.1...openfeature-provider-unleash/v0.1.2) (2026-02-07) + + +### 🐛 Bug Fixes + +* replace project.scripts with poethepoet ([#335](https://github.com/open-feature/python-sdk-contrib/issues/335)) ([61add22](https://github.com/open-feature/python-sdk-contrib/commit/61add22b975140ccd39b618bf70efeeecbdc25c3)) + ## [0.1.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-unleash/v0.1.0...openfeature-provider-unleash/v0.1.1) (2026-01-29) diff --git a/providers/openfeature-provider-unleash/pyproject.toml b/providers/openfeature-provider-unleash/pyproject.toml index 613e7cf6..545f339e 100644 --- a/providers/openfeature-provider-unleash/pyproject.toml +++ b/providers/openfeature-provider-unleash/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "openfeature-provider-unleash" -version = "0.1.1" +version = "0.1.2" description = "OpenFeature provider for Unleash" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]