diff --git a/.release-please-manifest.json b/.release-please-manifest.json index afc24cb5..9e0f6b62 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.0" + "providers/openfeature-provider-unleash": "0.1.1" } diff --git a/providers/openfeature-provider-unleash/CHANGELOG.md b/providers/openfeature-provider-unleash/CHANGELOG.md new file mode 100644 index 00000000..ccc4a14d --- /dev/null +++ b/providers/openfeature-provider-unleash/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [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) + + +### ✨ New Features + +* **provider:** add Unleash provider ([#301](https://github.com/open-feature/python-sdk-contrib/issues/301)) ([0fd4e3e](https://github.com/open-feature/python-sdk-contrib/commit/0fd4e3ea70a101898118ab5797ec4ffea708e834)) diff --git a/providers/openfeature-provider-unleash/pyproject.toml b/providers/openfeature-provider-unleash/pyproject.toml index 89c0ccfd..35c3d988 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.0" +version = "0.1.1" description = "OpenFeature provider for Unleash" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]