diff --git a/openfeature-provider/CHANGELOG.md b/openfeature-provider/CHANGELOG.md index 673454c..e5c1299 100644 --- a/openfeature-provider/CHANGELOG.md +++ b/openfeature-provider/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## [openfeature/v0.2.0](https://github.com/mixpanel/mixpanel-python/tree/openfeature/v0.2.0) (2026-07-28) + +### Fixes +- restore PyPy 3.9 compatibility by pinning pydantic ([#176](https://github.com/mixpanel/mixpanel-python/pull/176)) + +### Chores +- pin mixpanel >=5.3.0 for FallbackReason (SDK-126) ([#185](https://github.com/mixpanel/mixpanel-python/pull/185)) + +[Full Changelog](https://github.com/mixpanel/mixpanel-python/compare/openfeature/v0.1.0...openfeature/v0.2.0) + Release notes for the `mixpanel-openfeature` package will be added here starting with the first release made under the standardized release process. diff --git a/openfeature-provider/README.md b/openfeature-provider/README.md index e301df0..fc24d64 100644 --- a/openfeature-provider/README.md +++ b/openfeature-provider/README.md @@ -1,6 +1,6 @@ # Mixpanel Python OpenFeature Provider -##### _May 13, 2026_ - [openfeature/v0.1.0](https://github.com/mixpanel/mixpanel-python/releases/tag/openfeature/v0.1.0) +##### _July 28, 2026_ - [openfeature/v0.2.0](https://github.com/mixpanel/mixpanel-python/releases/tag/openfeature/v0.2.0) [![PyPI](https://img.shields.io/pypi/v/mixpanel-openfeature.svg)](https://pypi.org/project/mixpanel-openfeature/) [![OpenFeature](https://img.shields.io/badge/OpenFeature-compatible-green)](https://openfeature.dev/) diff --git a/openfeature-provider/pyproject.toml b/openfeature-provider/pyproject.toml index c9314e7..ff548c3 100644 --- a/openfeature-provider/pyproject.toml +++ b/openfeature-provider/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mixpanel-openfeature" -version = "0.1.0" +version = "0.2.0" description = "OpenFeature provider for the Mixpanel Python SDK" license = "Apache-2.0" authors = [