diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1600eeff..996d4cdc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,5 +5,5 @@ "providers/openfeature-provider-ofrep": "0.2.0", "providers/openfeature-provider-flipt": "0.1.3", "providers/openfeature-provider-env-var": "0.1.1", - "providers/openfeature-provider-unleash": "0.1.2" + "providers/openfeature-provider-unleash": "0.2.0" } diff --git a/providers/openfeature-provider-unleash/CHANGELOG.md b/providers/openfeature-provider-unleash/CHANGELOG.md index 62dab81a..6e53bcfa 100644 --- a/providers/openfeature-provider-unleash/CHANGELOG.md +++ b/providers/openfeature-provider-unleash/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-unleash/v0.1.2...openfeature-provider-unleash/v0.2.0) (2026-03-26) + + +### ⚠ BREAKING CHANGES + +* drop Python 3.9 support ([#364](https://github.com/open-feature/python-sdk-contrib/issues/364)) + +### chore + +* drop Python 3.9 support ([#364](https://github.com/open-feature/python-sdk-contrib/issues/364)) ([0ecd1d4](https://github.com/open-feature/python-sdk-contrib/commit/0ecd1d4c41e96f90b019a76ce9c3b1f70f2a23a4)) + ## [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-03-14) diff --git a/providers/openfeature-provider-unleash/pyproject.toml b/providers/openfeature-provider-unleash/pyproject.toml index a0827fd2..6937d1d6 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.2" +version = "0.2.0" description = "OpenFeature provider for Unleash" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]